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 ff18719 commit 168597fCopy full SHA for 168597f
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"build": "bash ./build.sh",
7
"build:prod": "bash ./build.sh production",
8
- "serve": "five-server public --open --watch=public",
+ "serve": "devd -ol public/",
9
"watch": "chokidar \"layout/**/*\" \"content/**/*\" -c \"pnpm run build\" --initial --debounce=1000",
10
"dev": "concurrently \"pnpm run watch\" \"pnpm run serve\""
11
},
0 commit comments