feat: add debug flag

This commit is contained in:
2024-12-02 23:03:06 +00:00
parent 86bb51bd9f
commit 3de40bbfe7
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
{
"port": 8080,
"databasePath": "./data.sqlite",
"hostName": "lycoris.lab"
"hostName": "lycoris.lab",
"debug": true
}