fix(packages): add server-only bundles (#1349)

This commit is contained in:
rahim
2026-04-16 00:59:14 -07:00
committed by GitHub
parent 4ecc870685
commit 3331fdaf25
60 changed files with 654 additions and 215 deletions
+4 -2
View File
@@ -42,7 +42,8 @@
"format:astro": "prettier --write 'site/src/**/*.astro'",
"typecheck": "tsc --build",
"changelog": "git-cliff --config cliff.toml --output CHANGELOG.md",
"check:workspace": "node build/scripts/check-workspace.mjs"
"check:workspace": "node build/scripts/check-workspace.mjs",
"check:ssr": "node .github/scripts/ssr-check.js"
},
"devDependencies": {
"@actions/core": "^3.0.0",
@@ -51,6 +52,7 @@
"@commitlint/cli": "^20.1.0",
"@commitlint/config-conventional": "^20.0.0",
"@commitlint/format": "^20.0.0",
"@edge-runtime/vm": "^5.0.0",
"@types/node": "^22.18.6",
"esbuild": "^0.27.3",
"git-cliff": "^2.12.0",
@@ -60,9 +62,9 @@
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "^18.0.0",
"rimraf": "^6.1.3",
"react-compiler-runtime": "^1.0.0",
"react-dom": "^18.0.0",
"rimraf": "^6.1.3",
"simple-git-hooks": "^2.13.1",
"tsx": "^4.21.0",
"turbo": "^2.9.0",