bunderstack-start
v0.1.0
Published
TanStack Start integration for bunderstack: isomorphic fetch wiring, auth client, and query/sync setup for SSR apps.
Maintainers
Readme
bunderstack-start
TanStack Start integration for bunderstack: isomorphic fetch wiring, auth client, and query/sync setup for SSR apps.
bun add bunderstack-startFull documentation and examples: github.com/kirill-dev-pro/bunderstack
Shipping TypeScript source
This package publishes raw TypeScript (exports point at .ts files). Bun
consumes it natively. If a Node-based bundler or SSR server processes it,
make sure the package is bundled rather than externalized — e.g. in Vite:
ssr: {
noExternal: [/^bunderstack/]
}License
MIT
