DONE: digital card with profile display: WIP: membership condition on letter, is_first_time column in users table
This commit is contained in:
@@ -18,4 +18,12 @@ export default defineConfig({
|
||||
'@mykopkb/core': fileURLToPath(new URL('./src/components/ui', import.meta.url))
|
||||
},
|
||||
},
|
||||
server: {
|
||||
proxy: {
|
||||
'/storage': {
|
||||
target: process.env.VITE_API_BASE_URL || 'http://localhost',
|
||||
changeOrigin: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user