An open API service indexing awesome lists of open source software.

https://github.com/yzydeveloper/vite-plugin-port

Solve the port duplication when Vite starts the service
https://github.com/yzydeveloper/vite-plugin-port

Last synced: over 1 year ago
JSON representation

Solve the port duplication when Vite starts the service

Awesome Lists containing this project

README

          

# vite-plugin-port

Solve the port duplication when Vite starts the service when the `host` option is turned on

## Install
```bash
npm i vite-plugin-port -D
```

## Usage
```typescript
import PortPlugin from 'vite-plugin-port'

{
plugins:[
PortPlugin()
]
}
```