fix: update vite port

This commit is contained in:
chuan_yu
2024-11-22 19:02:51 +08:00
parent 71f63daa34
commit 29ec69da7b

View File

@@ -6,7 +6,7 @@ export default defineConfig({
plugins: [react()], plugins: [react()],
server: { server: {
host: "0.0.0.0", host: "0.0.0.0",
port: 3005, port: 3006,
open: true, open: true,
}, },
}) })