feat: resolve HMR port conflict and update project files

This commit is contained in:
2026-02-13 17:49:33 +08:00
parent ca43baa7c7
commit 6c3e7c86b6
17 changed files with 140 additions and 108 deletions

View File

@@ -32,7 +32,9 @@ export async function createVite() {
],
server: {
middlewareMode: true,
hmr: true,
hmr: {
port: 3000,
},
},
appType: "custom",
optimizeDeps: {