v4.1 - Admin/onboarding

This commit is contained in:
2026-05-18 22:25:43 +12:00
parent 6ff970015f
commit 541ae2eeec
79 changed files with 11544 additions and 1007 deletions
+4
View File
@@ -215,6 +215,10 @@ export default defineConfig(() => {
target: submitProxyTarget,
rewrite: (path) => path.replace('/api/auth', '/auth'),
},
'/api/owner': {
target: submitProxyTarget,
rewrite: (path) => path.replace('/api/owner', '/owner'),
},
'/api/save-draft': {
target: submitProxyTarget,
rewrite: (path) => path.replace('/api/save-draft', '/auth/save-draft'),