feat:指定运行端口

This commit is contained in:
2025-08-02 11:42:56 +08:00
parent e7cc81ca8b
commit ba99835e0e
3 changed files with 8 additions and 2 deletions
+4
View File
@@ -12,5 +12,9 @@ export default defineConfig({
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url))
}
},
server: {
host: '0.0.0.0',
port: 5158
}
})