Skip to content

Commit 85b7416

Browse files
committed
chore: use servor for start
1 parent 9a0db25 commit 85b7416

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"scripts": {
2424
"build": "npm run clean && npm run tsc && npm run typedoc && rocket build",
2525
"clean": "shx rm -rf ./_site* ./docs/_merged_*",
26+
"dev": "npm run typedoc && rocket start",
2627
"format": "prettier --write .",
2728
"lint": "eslint . --fix",
28-
"prestart": "npm run typedoc",
29-
"start": "rocket start",
29+
"start": "servor _site",
3030
"test": "echo \"Error: no test specified\" && exit 1",
3131
"test.format": "prettier . --check",
3232
"test.lint": "eslint .",
@@ -58,6 +58,7 @@
5858
"plugins-manager": "^0.2.1",
5959
"prettier-config-atomic": "^3.0.10",
6060
"rollup-plugin-esbuild": "^3.0.2",
61+
"servor": "^4.0.2",
6162
"shx": "^0.3.4",
6263
"typedoc": "^0.20.35",
6364
"typedoc-plugin-markdown": "^3.6.0",

pnpm-lock.yaml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)