Skip to content

Commit

Permalink
updated start script
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Dec 10, 2023
1 parent 18cfc82 commit 22a3fa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node dist/app.js",
"start": "ts-node ./src/server.ts",
"dev": "nodemon",
"build": "tsc",
"watch": "tsc --watch"
Expand All @@ -24,4 +24,4 @@
"nodemon": "^3.0.2",
"typescript": "^5.3.3"
}
}
}

0 comments on commit 22a3fa4

Please sign in to comment.