Skip to content

Commit

Permalink
chore: update start script to use "./dest/index.js"
Browse files Browse the repository at this point in the history
  • Loading branch information
k-taro56 committed May 30, 2024
1 parent adada25 commit c735c8f
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 @@ -6,7 +6,7 @@
"prepare": "husky",
"dev": "nodemon",
"build": "tsc",
"start": "node dist/index.js",
"start": "node dest/index.js",
"check": "biome check .",
"format": "biome check --apply ."
},
Expand Down

0 comments on commit c735c8f

Please sign in to comment.