Refactor(root) clean code and add configs

This commit is contained in:
Stefan080106
2023-04-17 19:30:08 +02:00
parent a3f59b0277
commit d6e2f8c3b1
4 changed files with 1579 additions and 1582 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
node_modules
cache
config.json

View File

@@ -1,4 +1,5 @@
{
"activate_telegram": false,
"printer_device_id": "Microsoft Print to PDF"
"printer_device_id": "Microsoft Print to PDF",
"debug": true
}

1520
old.js

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff