Fix organization setup flow: redirect to onboarding for incomplete setup

This commit is contained in:
Ra
2025-08-18 10:33:45 -07:00
commit 557b113196
60 changed files with 16246 additions and 0 deletions

16
.vscode/tasks.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "start-dev",
"type": "shell",
"command": "bun run dev",
"args": [],
"isBackground": true,
"problemMatcher": [
"$tsc"
],
"group": "build"
}
]
}