feat: migrate backend foundation to NestJS

This commit is contained in:
2026-07-17 17:41:41 +08:00
parent 39f7332f33
commit f219eb0bf8
37 changed files with 2691 additions and 402 deletions

View File

@@ -80,6 +80,9 @@
"test:deploy:contract": "node scripts/deploy-contract-test.js && node --import tsx scripts/worker-scheduling-contract-test.js",
"test:worker:scheduling": "node --import tsx scripts/worker-scheduling-contract-test.js",
"test:api:operations": "npm run build:api && node scripts/api-server-operations-contract-test.js",
"test:nest:migration": "node scripts/nest-migration-contract-test.js",
"test:nest:runtime": "npm run build:api && node scripts/nest-api-runtime-test.js",
"test:openapi:docs": "node scripts/openapi-documentation-contract-test.js",
"test:api:cors": "node --import tsx scripts/api-cors-policy-test.js && npm run test:api:operations",
"test:auth:foundation": "node --import tsx scripts/auth-context-platform-admin-test.js && node --import tsx scripts/tenant-permission-resolution-test.js && node --import tsx scripts/tenant-resolve-contract-test.js && node scripts/bootstrap-platform-admin-test.js",
"test:data-api:security": "node scripts/data-api-security-contract-test.js",