Skip to content

Commit

Permalink
Merge pull request #11 from getcronit/fix-create-pylon-templates-bun
Browse files Browse the repository at this point in the history
fix: use correct dev command for bun template
  • Loading branch information
schettn authored Sep 18, 2024
2 parents 75986d0 + 155e760 commit 0beba13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-pylon/templates/bun/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"description": "Generated with `npm create pylon`",
"scripts": {
"dev": "pylon dev -c 'node --enable-source-maps .pylon/index.js'",
"dev": "pylon dev -c 'bun run .pylon/index.js'",
"build": "pylon build"
},
"dependencies": {
Expand Down

0 comments on commit 0beba13

Please sign in to comment.