feat:指定运行端口
This commit is contained in:
@@ -12,5 +12,9 @@ export default defineConfig({
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url))
|
||||
}
|
||||
},
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 5158
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user