Skip to content

Commit

Permalink
Fix package.json main file
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Feb 29, 2024
1 parent 29dd428 commit 4ddffa0
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/src/main",
"start": "dotenv -- node apps/api/dist/main",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"clean": "turbo daemon clean",
Expand Down

0 comments on commit 4ddffa0

Please sign in to comment.