File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "docs" : " vitepress dev" ,
7- "docs- build" : " vitepress build" ,
8- "docs- serve" : " vitepress serve"
7+ "docs: build" : " vitepress build" ,
8+ "docs: serve" : " vitepress serve"
99 },
1010 "devDependencies" : {
1111 "@shikijs/vitepress-twoslash" : " catalog:docs" ,
Original file line number Diff line number Diff line change 1+ [build ]
2+ publish = " docs/.vitepress/dist"
3+ command = " pnpm run docs:build"
4+
5+ [build .environment ]
6+ NODE_VERSION = " 24"
7+
8+ [[redirects ]]
9+ from = " /*"
10+ to = " /index.html"
11+ status = 200
Original file line number Diff line number Diff line change 99 "watch" : " pnpm -r run watch" ,
1010 "dev" : " pnpm -C packages/vite run dev" ,
1111 "docs" : " pnpm -C docs run docs" ,
12- "docs- build" : " pnpm -C docs run docs- build" ,
13- "docs- serve" : " pnpm -C docs run docs- serve" ,
12+ "docs: build" : " pnpm -C docs run docs: build" ,
13+ "docs: serve" : " pnpm -C docs run docs: serve" ,
1414 "play:devtools" : " pnpm -C packages/core run play" ,
1515 "play:devtools:standalone" : " pnpm -C packages/core run dev:standalone" ,
1616 "play:ui" : " pnpm -C packages/vite run dev" ,
You can’t perform that action at this time.
0 commit comments