Skip to content

Commit 168597f

Browse files
committed
ci: feat: file-server to devd
1 parent ff18719 commit 168597f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"build": "bash ./build.sh",
77
"build:prod": "bash ./build.sh production",
8-
"serve": "five-server public --open --watch=public",
8+
"serve": "devd -ol public/",
99
"watch": "chokidar \"layout/**/*\" \"content/**/*\" -c \"pnpm run build\" --initial --debounce=1000",
1010
"dev": "concurrently \"pnpm run watch\" \"pnpm run serve\""
1111
},

0 commit comments

Comments
 (0)