[GH-ISSUE #28] M001/S05/T01: Create production byok-embedded.js thin wrapper #29

Open
opened 2026-06-04 14:29:28 -04:00 by yindo · 0 comments
Owner

Originally created by @BillyOutlast on GitHub (May 18, 2026).
Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/28

T01: Create production byok-embedded.js thin wrapper

Replace the fixture stub (which only handles config and punts request handling to 'downstream') with a production bootstrap that:

Files

  • src/proxy/byok-embedded.js

Verification

  • node -e "const m = require('./src/proxy/byok-embedded'); console.log(typeof m.registerAllHandlers)" → 'function'
Originally created by @BillyOutlast on GitHub (May 18, 2026). Original GitHub issue: https://github.com/Heretek-AI/GDevelop-BYOK/issues/28 ## T01: Create production byok-embedded.js thin wrapper Replace the fixture stub (which only handles config and punts request handling to 'downstream') with a production bootstrap that: ### Files - `src/proxy/byok-embedded.js` ### Verification - [ ] node -e "const m = require('./src/proxy/byok-embedded'); console.log(typeof m.registerAllHandlers)" → 'function'
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Heretek-AI/GDevelop-BYOK#29