Skip to content

Commit

Permalink
Add dot.env to dev command
Browse files Browse the repository at this point in the history
  • Loading branch information
hostmepanda committed Oct 10, 2023
1 parent 1c7f40d commit de2c99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start:dev": "ts-node-dev src/start-bot.ts",
"start:dev": "ts-node-dev -r dotenv/config src/start-bot.ts",
"start": "node -r dotenv/config build/start-bot.js",
"build": "./node_modules/.bin/tsc"
},
Expand Down

0 comments on commit de2c99e

Please sign in to comment.