strictPort
Set to true to exit if port is already in use, instead of automatically trying the next available port.
Example
vite {
server {
strictPort = false
}
}
Content copied to clipboard
Set to true to exit if port is already in use, instead of automatically trying the next available port.
vite {
server {
strictPort = false
}
}