Refactor backend and frontend modules for architecture alignment

This commit is contained in:
yoyuzh
2026-04-12 00:32:21 +08:00
parent f59515f5dd
commit 30a9bbc1e7
253 changed files with 25462 additions and 4786 deletions

View File

@@ -18,6 +18,7 @@ export default defineConfig(({ mode }) => {
},
},
server: {
allowedHosts: true,
hmr: process.env.DISABLE_HMR !== 'true',
proxy: {
'/api': {