Start integrating the onboarding flow with backend 6

This commit is contained in:
Urtzi Alfaro
2025-09-05 17:49:48 +02:00
parent 236c3a32ae
commit 069954981a
131 changed files with 5217 additions and 22838 deletions

View File

@@ -25,11 +25,10 @@
"@pages/*": ["./src/pages/*"],
"@hooks/*": ["./src/hooks/*"],
"@stores/*": ["./src/stores/*"],
"@services/*": ["./src/services/*"],
"@services/*": ["src/api/*"],
"@utils/*": ["./src/utils/*"],
"@types/*": ["./src/types/*"]
}
},
"include": ["src", "src/types/global.d.ts"],
"references": [{ "path": "./tsconfig.node.json" }]
}