fix: build using bun instead of node (woops)
This commit is contained in:
parent
00fb0d0a24
commit
76011ec65e
3 changed files with 9 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue