Skip to content

Commit

Permalink
revert start script
Browse files Browse the repository at this point in the history
  • Loading branch information
SneakySensei committed Sep 7, 2024
1 parent 455a4a3 commit dfb2d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"build": "([ ! -d dist ] || rm -r dist) && tsc",
"lint": "eslint .",
"pretty": "prettier . --write",
"start": "node --experimental-modules ./dist/backend/app.js",
"start": "node ./dist/app.js",
"types:database": "node ./scripts/generate-supabase-types.js"
},
"engines": {
Expand Down

0 comments on commit dfb2d71

Please sign in to comment.