mirror of
https://github.com/AmanTahiliani/box-box.git
synced 2026-08-07 19:56:18 -04:00
Add analytics data foundation
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user