Description
Switch from adapter-auto to adapter-node for production deployment as a standalone Bun/Node server.
- Install
@sveltejs/adapter-node
- Update
svelte.config.js to use adapter-node
- Configure adapter-node settings (ORIGIN, PROTOCOL_HEADER, HOST_HEADER, etc.) from
env.example
- Verify production build with
bun run build && bun run preview
Blocked by
Parent
Part of #1 (Phase 4)
Description
Switch from
adapter-autotoadapter-nodefor production deployment as a standalone Bun/Node server.@sveltejs/adapter-nodesvelte.config.jsto use adapter-nodeenv.examplebun run build && bun run previewBlocked by
Parent
Part of #1 (Phase 4)