Skip to content

Commit

Permalink
Updated package.json for backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhermeF03 committed Jun 5, 2024
1 parent 90aa438 commit 35c589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keywords": [],
"scripts": {
"serve": "tsc && node dist/server.js",
"start": "tsx watch -r tsconfig-paths/register src/server.ts prod",
"start": "tsx watch -r tsconfig-paths/register src/server.ts",
"dev": "tsx watch -r tsconfig-paths/register src/server.ts dev",
"test": "jest --detectOpenHandles --config jest.config.js",
"knip": "knip",
Expand Down

0 comments on commit 35c589e

Please sign in to comment.