Commit ae7b43d
committed
fixup! 📦 Build: Modernize Python packaging and Flask 3.x compatibility
🔧 App: Disable debug mode by default, use `FLASK_DEBUG` env var
Debug mode was hardcoded to `True`, which is unsafe for production.
Default to off and read from the `FLASK_DEBUG` environment variable
instead. Run with `FLASK_DEBUG=1` for local development.
Assisted-by: Claude Opus 4.6 (1M context)
Signed-off-by: Justin Wheeler <git@jwheel.org>1 parent 5127951 commit ae7b43d
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
0 commit comments