set debug to true again

This commit is contained in:
Simon Martens
2024-12-08 20:40:37 +01:00
parent bd93e182bb
commit 425e4bb53d

View File

@@ -3,6 +3,6 @@
"git_branch": "main",
"webhook_endpoint": "/webhook",
"webhook_secret": "secret",
"debug": false,
"debug": true,
"watch": true
}