You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this adapter with SvelteKit in production, bun run build then build ./build/index.js my fetch statements gets closed after 10 seconds and automatically retried which is undesireable.
In dev mode with bun --bun vite dev this doesn't happen. How can I change/configure this?
The text was updated successfully, but these errors were encountered:
When using this adapter with SvelteKit in production,
bun run build
thenbuild ./build/index.js
myfetch
statements gets closed after 10 seconds and automatically retried which is undesireable.In dev mode with
bun --bun vite dev
this doesn't happen. How can I change/configure this?The text was updated successfully, but these errors were encountered: