fix:统一为3000端口

This commit is contained in:
“dongming”
2025-12-28 23:29:17 +08:00
parent ed40350aeb
commit b776315e27
3 changed files with 7 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ import tailwindcss from "@tailwindcss/vite";
export default defineConfig({
plugins: [react(), tailwindcss()],
server: {
host: '0.0.0.0',
port: 3000,
allowedHosts: true,
host: "0.0.0.0"
allowedHosts: true
},
});