Template
1
0

feat: add payment module

This commit is contained in:
2025-12-05 01:56:42 +01:00
parent a818f3135a
commit be9b8e9e55
160 changed files with 8615 additions and 1158 deletions

View File

@@ -3,13 +3,15 @@
"nodeModulesDir": "auto",
"workspace": [
"api",
"apps/react",
"app",
"modules/account",
"modules/payment",
"modules/tenant",
"platform/cerbos",
"platform/config",
"platform/database",
"platform/logger",
"platform/parse",
"platform/relay",
"platform/routes",
"platform/server",
@@ -23,9 +25,9 @@
"command": "cd ./api && deno run start",
"description": "Start api server instance."
},
"react": {
"command": "cd ./apps/react && deno run dev",
"description": "Start react application instance."
"app": {
"command": "cd ./app && deno run dev",
"description": "Start app client instance."
},
"check": {
"command": "deno run -A npm:@biomejs/biome check --write ./api ./apps/react/src ./modules ./platform",