---
symbol: resolveViteBinFromPackageJsonPath
module: "@tsed/cli"
type: function
meta:
 - name: keywords
   description: api typescript node.js documentation resolveViteBinFromPackageJsonPath function
---
# resolveViteBinFromPackageJsonPath - @tsed/cli

## Usage

```typescript
import { resolveViteBinFromPackageJsonPath } from "@tsed/cli/src/bin/tsed-build";
```

> See [/packages/cli/src/bin/tsed-build.ts](https://github.com/tsedio/tsed-cli/blob/v7.5.1/packages/cli/src/bin/tsed-build.ts#L0-L0).

## Overview

```ts
function resolveViteBinFromPackageJsonPath(packageJsonPath: string): Promise<string>;
```
