Skip to content

Commit

Permalink
fix: 🔨 Make dev script use Bun instead of Node
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Sep 14, 2024
1 parent bd5273a commit 10d8897
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 @@ -21,7 +21,7 @@
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 bun --bun nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
Expand Down

0 comments on commit 10d8897

Please sign in to comment.