Skip to content

Commit 10d8897

Browse files
committed
fix: 🔨 Make dev script use Bun instead of Node
1 parent bd5273a commit 10d8897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"build": "nuxt build",
24-
"dev": "nuxt dev --https --https.cert config/versia-fe.localhost.pem --https.key config/versia-fe.localhost-key.pem --host versia-fe.localhost",
24+
"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",
2525
"generate": "nuxt generate",
2626
"preview": "nuxt preview",
2727
"postinstall": "nuxt prepare",

0 commit comments

Comments
 (0)