Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
fix: start serve with vite preview
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Mar 6, 2021
1 parent ee72c09 commit ec972fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"dev": "vite --debug",
"build": "vite build --debug",
"serve-build": "cd ./dist && vite"
"serve": "vite preview"
},
"devDependencies": {
"vite": "^2.0.0-beta.23"
Expand Down

0 comments on commit ec972fd

Please sign in to comment.