Skip to content

Commit 89cb875

Browse files
committed
fixup! build: on dev start use .env file
1 parent 9f72263 commit 89cb875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/HAWHHCalendarBot/telegrambot.git"
99
},
1010
"scripts": {
11-
"start": "tsc && node --env-file-if-exists=.env --enable-source-maps dist/TelegramBot.js",
11+
"start": "tsc && node --env-file-if-exists=.env --enable-source-maps dist/hawhh-calendarbot-telegrambot.js",
1212
"test": "tsc && xo && node --enable-source-maps --test"
1313
},
1414
"type": "module",

0 commit comments

Comments
 (0)