chore: v0.0.53 - make debug logging toggleable via DEBUG_ENABLED constant

- Set DEBUG_ENABLED = false by default
- Set to true to re-enable file-based debug logging
This commit is contained in:
Troed Sångberg
2026-06-13 23:41:32 +02:00
parent bba57e2eb5
commit 9ff08beb1b
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@troed/oc-ls-stats",
"version": "0.0.52",
"version": "0.0.53",
"type": "module",
"exports": {
"./tui": {