Files
root 9bbd9ed8ce
Deploy EG-BIM QA Gateway / deploy (push) Successful in 40s
디렉토리 구조 개선(egbim 분리)
2026-09-21 16:48:42 +09:00

14 lines
300 B
JSON

{
"name": "baron-qa-gateway-test",
"private": true,
"type": "module",
"scripts": {
"deploy": "wrangler deploy",
"r2:upload": "bash scripts/upload-r2.sh",
"check": "node --check src/index.js && node --check egbim/app.js"
},
"devDependencies": {
"wrangler": "4.134.0"
}
}