feat: add Node ACS admin workflows

This commit is contained in:
unknown
2026-07-16 11:00:09 +09:00
parent a25872394a
commit c6f342a861
24 changed files with 3442 additions and 266 deletions

View File

@@ -8,6 +8,8 @@
"build:frontend": "npm --prefix frontend run build",
"build:server": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit",
"test": "npm run test:node",
"test:node": "npm run build:server && node --test --test-isolation=none dist/server/**/*.test.js",
"db:check": "node scripts/check-db.mjs",
"minio:check": "node scripts/check-minio.mjs",
"dev": "tsx watch server/index.ts",