This commit is contained in:
2026-06-15 10:59:56 +08:00
parent 4640c5e02b
commit e524ede8af
8 changed files with 1595 additions and 39 deletions
+8
View File
@@ -4,6 +4,14 @@ import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
server: {
proxy: {
'/api': {
target: 'http://localhost:3001',
changeOrigin: true,
},
},
},
test: {
environment: 'jsdom',
globals: true,