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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
c0bfc6d: The sync-configssvelte.config.js template now defaults to @sveltejs/adapter-netlify (adapter({ edge: false, split: false })) instead of adapter-auto. The whole Reddoor fleet deploys to Netlify, so the explicit adapter gives consistent build/ output and avoids the adapter-auto resolution that left sites needing a manual override (caltex and erp both already use adapter-netlify). Sites must have @sveltejs/adapter-netlify installed.