Skip to content

Commit

Permalink
try compile ts to js
Browse files Browse the repository at this point in the history
  • Loading branch information
erinh816 committed Apr 12, 2024
1 parent 992b45c commit a033f29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "./src/index.ts",
"scripts": {
"start": "node src/index.ts"
"start": "ts-node-dev ./src/index.ts",
"build": "tsc"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit a033f29

Please sign in to comment.