Skip to content

Commit f788ec0

Browse files
committed
Replace nuxt preview with serve
nuxt/nuxt#18932
1 parent a1a2d1a commit f788ec0

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"build": "nuxt prepare && nuxt typecheck && nuxt generate",
99
"dev": "nuxt dev --port 8888",
10-
"preview": "nuxt preview",
10+
"preview": "serve -s ./.output/public",
1111
"test": "cypress run"
1212
},
1313
"dependencies": {

0 commit comments

Comments
 (0)