Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 9e0989a

Browse files
committed
fix: update SuperDoc initialization with document mode and enhance Vite config external dependencies
1 parent e350b3b commit 9e0989a

File tree

7 files changed

+788
-545
lines changed

7 files changed

+788
-545
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ jobs:
4444
- name: Install and Build
4545
run: |
4646
pnpm install
47+
rm -rf dist
4748
pnpm build
4849
cd demo
50+
rm -rf node_modules dist
4951
pnpm install
5052
pnpm build
5153

demo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"@superdoc-dev/template-builder": "link:../.",
1212
"react": "^19.2.0",
1313
"react-dom": "^19.2.0",
14-
"superdoc": "^0.22.3"
14+
"superdoc": "^0.29.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.2.2",
18-
"@types/react-dom": "^19.2.1",
19-
"@vitejs/plugin-react": "^5.0.4",
17+
"@types/react": "^19.2.6",
18+
"@types/react-dom": "^19.2.3",
19+
"@vitejs/plugin-react": "^5.1.1",
2020
"typescript": "^5.9.3",
21-
"vite": "^7.1.9"
21+
"vite": "^7.2.2"
2222
}
2323
}

0 commit comments

Comments
 (0)