Add a dev mode configuration flag

This commit is contained in:
Campbell Alden 2026-09-05 23:38:55 +09:00
parent c3cd7c2796
commit 13779d5a74
3 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{
"host": "0.0.0.0",
"port": 8080,
"dev_mode": false,
"logging": {
"level": "info"
}