This commit is contained in:
DarkSky
2026-04-29 19:31:40 +08:00
parent 0ccfacbc29
commit 78a9942f19
8 changed files with 140 additions and 12 deletions
+3 -2
View File
@@ -8,10 +8,11 @@
"license": "MPL-2.0",
"type": "module",
"scripts": {
"typedoc": "typedoc --options ./typedoc.json",
"build:deps": "tsc -b ../affine/all",
"typedoc": "yarn run build:deps && typedoc --options ./typedoc.json",
"dev": "yarn run typedoc && yarn exec vitepress dev --port 5200",
"dev:nobuild": "yarn exec vitepress dev --port 5200",
"build": "yarn run typedoc && NODE_OPTIONS=--max-old-space-size=8192 yarn exec vitepress build",
"build": "yarn run typedoc && NODE_OPTIONS=--max-old-space-size=8192 yarn exec vitepress build && node ./copy-pages-worker.mjs",
"preview": "yarn exec vitepress preview"
},
"dependencies": {