DONE: digital card with profile display: WIP: membership condition on letter, is_first_time column in users table

This commit is contained in:
ISMAIL MASSERAN
2026-07-06 09:43:58 +08:00
parent 61345e9cf0
commit ac8f00175a
34 changed files with 1662 additions and 99 deletions
+8
View File
@@ -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,
},
},
},
})