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.
1 parent 0dc683f commit e517eb1Copy full SHA for e517eb1
utils/previewDocs.js
@@ -1,4 +1,6 @@
1
#!/usr/bin/env node
2
3
require('child_process').exec('docsify serve docs').stdout.on('data', data => {
4
- console.log(data) ; require('open')('http://localhost:3000') })
+ console.log(data) ; console.log('To stop the server, press Ctrl+C')
5
+ require('open')('http://localhost:3000')
6
+})
0 commit comments