vite-plugin-port
v0.1.0
Published
Solve the port duplication when Vite starts the service when the host option is turned on
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 -DUsage
import PortPlugin from 'vite-plugin-port'
{
plugins:[
PortPlugin()
]
}