mirror of
https://github.com/MrTalon63/lets-go-gambling.git
synced 2026-03-09 09:17:58 +01:00
Fix start command
This commit is contained in:
parent
3e6fc5444a
commit
0e2b7c0087
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"scripts": {
|
||||
"dev": "nodemon --ignore 'data/*.json' -r dotenv/config src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js"
|
||||
"start": "node build/index.js"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "MrTalon63 <marcin@mczop.eu>",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue