Skip to content

Commit

Permalink
Fix npm start script
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Feb 27, 2024
1 parent b8cb0fe commit c7c6be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"dev": "dotenv -- turbo run dev",
"build": "dotenv -- turbo run build",
"start": "dotenv -- node apps/api/dist/main",
"start": "dotenv -- node apps/api/dist/src/main",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"clean": "turbo daemon clean",
Expand Down

0 comments on commit c7c6be9

Please sign in to comment.