dev-deploy: production mirror + full observability behind the /_gm gate #88

Merged
developer merged 8 commits from feature/dev-prod-mirror into development 2026-06-01 04:56:46 +00:00
Showing only changes of commit 225f89fad6 - Show all commits
+4 -2
View File
@@ -1,6 +1,8 @@
// DEV-only synthetic-report loader. Backs the "Load synthetic report" // DEV-only synthetic-report loader. Backs the "Load synthetic report"
// affordance on the lobby (visible behind `import.meta.env.DEV`) and // affordance on the lobby (visible when the build-time flag
// the in-game shell layout's bypass for the synthetic game id range. // `VITE_GALAXY_DEV_AFFORDANCES === "true"` — the dev and dev-deploy
// bundles; stripped from prod) and the in-game shell layout's bypass
// for the synthetic game id range.
// //
// The accepted JSON shape mirrors `pkg/model/report.Report` as // The accepted JSON shape mirrors `pkg/model/report.Report` as
// emitted by `tools/local-dev/legacy-report/cmd/legacy-report-to-json`. // emitted by `tools/local-dev/legacy-report/cmd/legacy-report-to-json`.