Skip to content

Commit

Permalink
(docs) Improve external access for hugo server
Browse files Browse the repository at this point in the history
  • Loading branch information
bhj committed Jul 2, 2020
1 parent 2f15fdf commit 1510773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "cross-env NODE_ENV=development nodemon --ignore build --ignore dist --ignore src",
"build": "rimraf build && webpack",
"serve": "node ./server/main.js",
"serve:docs": "hugo serve --source ./docs",
"serve:docs": "hugo serve --source ./docs -b http://$(hostname) --bind 0.0.0.0",
"server": "npm run serve",
"start": "electron . -p 3000",
"dist": "cross-env DEBUG=electron-builder:* electron-builder -c ./scripts/electron-builder.config.js",
Expand Down

0 comments on commit 1510773

Please sign in to comment.