Skip to content

Commit 787f601

Browse files
committed
Update dependencies and remove unused build config
Added 'client-only' and 'server-only' packages to site dependencies in package.json. Removed the unused 'build.output' property from objectdocs.json for cleanup.
1 parent 9239cba commit 787f601

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

objectdocs.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
{ "code": "zh-CN", "name": "简体中文" }
1414
]
1515
},
16-
"build": {
17-
"output": ""
18-
},
1916
"branding": {
2017
"logo": {
2118
"text": "ObjectStack"

packages/site/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"@types/node": "^25.0.8",
1616
"@types/react": "^19.2.8",
1717
"autoprefixer": "^10.4.23",
18+
"client-only": "^0.0.1",
1819
"dotenv": "^16.4.5",
1920
"fumadocs-core": "^16.4.7",
2021
"fumadocs-mdx": "^14.2.5",
@@ -24,6 +25,7 @@
2425
"postcss": "^8.5.6",
2526
"react": "^19.2.3",
2627
"react-dom": "^19.2.3",
28+
"server-only": "^0.0.1",
2729
"tailwindcss": "^4.1.18",
2830
"typescript": "^5.9.3"
2931
}

0 commit comments

Comments
 (0)