fix: mode handling #10
9
.env.test
Normal file
9
.env.test
Normal 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='[]'
|
||||||
@@ -3,7 +3,7 @@
|
|||||||
"build": "bun build --minify --target bun --outdir dist --sourcemap src/app.ts",
|
"build": "bun build --minify --target bun --outdir dist --sourcemap src/app.ts",
|
||||||
"check:code": "eslint src/ --ext .ts",
|
"check:code": "eslint src/ --ext .ts",
|
||||||
"check:spell": "cspell --config cspell.code.json **/*.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"
|
"start": "bun run src/app.ts"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user