Files
baron_qa_write/package.json
T
root 3c10478482
Deploy EG-BIM QA Gateway / deploy (push) Successful in 2m4s
관리페이지 데이터 전송 구현
2026-09-21 14:46:36 +09:00

14 lines
294 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 app.js"
},
"devDependencies": {
"wrangler": "4.134.0"
}
}