Refactor app architecture and clean local artifacts

This commit is contained in:
AzuTear
2026-06-24 23:43:14 +02:00
parent 17134b3b82
commit fef1d36fe8
274 changed files with 37724 additions and 6065 deletions
+6
View File
@@ -7,5 +7,11 @@ export default defineConfig({
plugins: [vue(), tailwindcss()],
server: {
port: Number(process.env.PORT) || 5173,
proxy: {
'/api': {
target: process.env.VITE_API_URL || 'http://127.0.0.1:5084',
changeOrigin: true,
},
},
},
})