Skip to content

Commit

Permalink
fix: use tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
thucpn committed Dec 20, 2024
1 parent 6e0bf26 commit d751af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"scripts": {
"lint": "eslint .",
"start": "npx tsx ./starter.ts"
"start": "tsx ./starter.ts"
},
"stackblitz": {
"startCommand": "npm start"
Expand Down

0 comments on commit d751af3

Please sign in to comment.