Template
1
0

feat: react zitadel

This commit is contained in:
2025-11-23 22:56:58 +01:00
parent 2b462993cc
commit fe4220ede0
139 changed files with 3389 additions and 2771 deletions

View File

@@ -4,8 +4,8 @@
"workspace": [
"api",
"apps/react",
"modules/iam",
"modules/workspace",
"modules/account",
"modules/tenant",
"platform/cerbos",
"platform/config",
"platform/database",
@@ -19,16 +19,16 @@
"platform/vault"
],
"tasks": {
"start:api": {
"api": {
"command": "cd ./api && deno run start",
"description": "Start api server instance."
},
"start:react": {
"react": {
"command": "cd ./apps/react && deno run dev",
"description": "Start react application instance."
},
"check": {
"command": "deno run -A npm:@biomejs/biome check --write ./api ./modules ./platform",
"command": "deno run -A npm:@biomejs/biome check --write ./api ./apps/react/src ./modules ./platform",
"description": "Format, lint, and organize imports of the entire project."
},
"test": {