feat/apikey-alias-authorship #2
Reference in New Issue
Block a user
Delete Branch "feat/apikey-alias-authorship"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- BuildConfig.sh: ${DEBUG:false} -> ${DEBUG:-false} and normalize to true/false. The old syntax produced empty -> invalid config.json ("DEBUG": }) when DEBUG was unset, breaking the whole frontend. - webpack: output [name].[contenthash].js so index.html references a unique bundle URL each build; eliminates stale CDN/browser bundle after deploys (no manual cache purge needed). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>