Skip to content

Commit

Permalink
update start script into package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
amitamrutiya committed Nov 17, 2023
1 parent 4f1dc6a commit f37afa5
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 @@ -5,7 +5,7 @@
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"start": "node -r dotenv/config --experimental-json-modules index.js",
"dev": "nodemon -r dotenv/config --experimental-json-modules index.js",
"test": "jest",
"build": "npm i"
Expand Down

0 comments on commit f37afa5

Please sign in to comment.