Skip to content

Commit cfaa363

Browse files
committed
ci: fix: devd to file-server
1 parent ea9d394 commit cfaa363

2 files changed

Lines changed: 1280 additions & 195 deletions

File tree

package.json

Lines changed: 2 additions & 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": "devd -ol public/",
8+
"serve": "five-server public --open --watch=public",
99
"watch": "chokidar \"layout/**/*\" \"content/**/*\" -c \"pnpm run build\" --initial --debounce=1000",
1010
"dev": "concurrently \"pnpm run watch\" \"pnpm run serve\""
1111
},
@@ -18,6 +18,7 @@
1818
"concurrently": "^9.2.1",
1919
"cross-env": "^10.0.0",
2020
"esbuild": "^0.25.10",
21+
"five-server": "^0.4.5",
2122
"medium-zoom": "^1.1.0",
2223
"sass": "^1.93.2",
2324
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)