feat: react zitadel
This commit is contained in:
10
deno.json
10
deno.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user