🔧 修改默认端口为 4000

This commit is contained in:
BTMuli
2023-10-19 19:34:03 +08:00
parent 8a3358a355
commit 287af4031d

View File

@@ -18,7 +18,7 @@ export default defineConfig({
clearScreen: false,
// tauri expects a fixed port, fail if that port is not available
server: {
port: 3000,
port: 4000,
strictPort: true,
},
// to make use of `TAURI_DEBUG` and other env variables