vite-plugin-port
v0.1.0
Published
Solve the port duplication when Vite starts the service when the host option is turned on
Downloads
5
Readme
vite-plugin-port
Solve the port duplication when Vite starts the service when the host
option is turned on
Install
npm i vite-plugin-port -D
Usage
import PortPlugin from 'vite-plugin-port'
{
plugins:[
PortPlugin()
]
}