放弃了3000端口

This commit is contained in:
carry 2025-02-16 12:38:49 +08:00
parent e3f6b5d7dd
commit 6bf8a96454

View File

@ -12,7 +12,6 @@ export default defineConfig({
}
},
server: {
port: 3000,
host: '0.0.0.0',
strictPort: true,
open: true,
@ -27,7 +26,6 @@ export default defineConfig({
}
},
preview: {
port: 3000,
host: '0.0.0.0',
strictPort: true
}