You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(hybrid): route /launch to a local backend from the deployed site
- api.js: launch() uses VITE_LAUNCH_BASE (falls back to the main API base).
Set VITE_LAUNCH_BASE=http://localhost:8000 on the cloud build so the deployed
site generates on the cloud but launches the real game on the user's PC.
- app.py: respond to Chrome's Private Network Access preflight so an HTTPS page
may call the http://localhost backend.
- App.jsx: friendlier launch error pointing to start_local.bat.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments