stack/apps
Devin AI d9a44b51c7 fix: parseStaticConfigLiteral to handle JS object syntax via Babel parser
Replace JSON.parse with Babel parser + static AST evaluation in
parseStaticConfigLiteral. This correctly handles JavaScript object
literal syntax (unquoted keys, trailing commas) that real config files use.

Also differentiate error cases in buildUpdatedConfigFileContent:
- null → invalid/missing config export
- string → show-onboarding placeholder (different error message)
- object → valid config to merge into

Co-Authored-By: mantra <mantra@stack-auth.com>
2026-06-24 01:25:19 +00:00
..
backend fix: narrow ParsedConfigValue to LocalEmulatorConfigValue with type guard 2026-06-24 00:06:17 +00:00
dashboard fix: parseStaticConfigLiteral to handle JS object syntax via Babel parser 2026-06-24 01:25:19 +00:00
dev-launchpad chore: update package versions 2026-06-23 20:06:39 +00:00
e2e chore: update package versions 2026-06-23 20:06:39 +00:00
hosted-components chore: update package versions 2026-06-23 20:06:39 +00:00
internal-tool chore: update package versions 2026-06-23 20:06:39 +00:00
mcp chore: update package versions 2026-06-23 20:06:39 +00:00
mock-oauth-server chore: update package versions 2026-06-23 20:06:39 +00:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00
skills chore: update package versions 2026-06-23 20:06:39 +00:00