We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev
1 parent 003b3a7 commit 31ee7d0Copy full SHA for 31ee7d0
package.json
@@ -4,7 +4,7 @@
4
"description": "Official mojs website for tutorials and documentation",
5
"private": true,
6
"scripts": {
7
- "start": "vuepress dev docs --no-cache",
+ "dev": "vuepress dev docs --no-cache --open --host localhost",
8
"build": "vuepress build docs --no-cache",
9
"deploy": ". deploy.sh"
10
},
0 commit comments