Skip to content

Commit e77d19b

Browse files
authored
fix: should use nuxthub preview (#38)
1 parent 310c48a commit e77d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"scripts": {
44
"dev": "nuxi dev",
55
"build": "nuxi build",
6-
"preview": "nuxt preview",
6+
"preview": "npx nuxthub preview",
77
"db:generate": "drizzle-kit generate",
88
"lint": "eslint .",
99
"postinstall": "nuxt prepare"

0 commit comments

Comments
 (0)