Skip to content

Commit

Permalink
update start script to node index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
erinh816 committed Apr 12, 2024
1 parent 2492685 commit b81390d
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": "./src/index.ts",
"scripts": {
"start": "node"
"start": "node index.ts"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit b81390d

Please sign in to comment.