fix: build using bun instead of node (woops)

This commit is contained in:
kittentm 2026-05-26 23:16:46 +02:00
commit 76011ec65e
No known key found for this signature in database
GPG key ID: AC43DFDBC1F44A91
3 changed files with 9 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"preview": "bun .output/server/index.mjs",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",