fix: mode handling #10

Closed
t.behrendt wants to merge 2 commits from fix-mode-handling into main
2 changed files with 10 additions and 1 deletions
Showing only changes of commit c1d9d6c686 - Show all commits

9
.env.test Normal file
View File

@@ -0,0 +1,9 @@
LOG_LEVEL=debug
TS3_HOST=fake
TS3_USERNAME=fake
TS3_PASSWORD=fake
TS3_NICKNAME=fake
GOTIFY_URL=https://example.com
GOTIFY_TOKEN=fake
GOTIFY_TITLE=fake
MODE='[]'

View File

@@ -3,7 +3,7 @@
"build": "bun build --minify --target bun --outdir dist --sourcemap src/app.ts",
"check:code": "eslint src/ --ext .ts",
"check:spell": "cspell --config cspell.code.json **/*.ts",
"test:unit": "bun test",
"test:unit": "NODE_ENV=test bun test",
"start": "bun run src/app.ts"
},
"devDependencies": {