Fix bridge-worker env vars

This commit is contained in:
Darren Clarke 2024-04-30 13:28:52 +02:00
parent d1fb9b4d06
commit 0d09ad1b7e
5 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,7 @@
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": " NODE_OPTIONS=\"--loader ts-node/esm\" graphile-worker"
"dev": "dotenv -- graphile-worker"
},
"dependencies": {
"@hapi/wreck": "^18.1.0",
@ -25,7 +25,7 @@
"@babel/preset-env": "7.24.4",
"@babel/preset-typescript": "7.24.1",
"@types/fluent-ffmpeg": "^2.1.24",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.1",
"eslint": "^9.0.0",
"prettier": "^3.2.5",
"ts-config": "*",