- Refactored to introduce handleSsr function in @open-gsio/client/server/index.ts for streamlined SSR handling.

- Replaced inline SSR logic in `AssetService.ts` with `handleSsr` import.
- Enhanced `build:client` script to ensure server directory creation.
- Updated dependencies and devDependencies across multiple packages for compatibility improvements.
This commit is contained in:
geoffsee
2025-06-25 16:03:13 -04:00
parent 93bec55585
commit f9249f3496
8 changed files with 364 additions and 218 deletions

View File

@@ -34,8 +34,8 @@
"moo": "^0.5.2",
"openai": "^5.0.1",
"typescript": "^5.7.2",
"vike": "0.4.193",
"vite": "^6.3.5",
"vike": "0.4.235",
"vite": "^7.0.0",
"vitest": "^3.1.4",
"wrangler": "^4.18.0",
"zod": "^3.23.8",