fix:统一为3000端口
This commit is contained in:
@@ -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
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user