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.
Patch Changes
e3f152d: sync-configs no longer clobbers a site's svelte.config.js customizations. The svelte template is now compliance-checked instead of exact-matched: a config already on the canonical pattern (imports createSvelteConfigand@sveltejs/adapter-netlify) is left untouched, so site-specific kit.alias and compilerOptions survive every sync. A missing or genuinely off-pattern config is still rewritten to the canonical template. Fixes the silent loss of custom path aliases (e.g. $utils/$components) on re-sync.