fix: support PKCE public client without client secret
Deploy EG-BIM QA Gateway / deploy (push) Successful in 48s

This commit is contained in:
root
2026-09-18 19:59:06 +09:00
commit a420407c18
17 changed files with 1310 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "baron-qa-gateway-test",
"private": true,
"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"
}
}