Add analytics data foundation

This commit is contained in:
2026-05-25 02:04:16 -04:00
parent 5470b0df38
commit c7438f0ed8
23 changed files with 2167 additions and 94 deletions

View File

@@ -7,7 +7,7 @@ export default defineConfig({
port: process.env.PORT ? parseInt(process.env.PORT) : 5173,
proxy: {
'/api': {
target: 'http://localhost:8080',
target: `http://localhost:${process.env.BOXBOX_API_PORT ?? '8080'}`,
changeOrigin: true,
},
},