v0.27.0
Minor Changes
-
73c1aa7: Add a canonical
netlify.tomlto thesync-configstemplate set (newnetlifyconfig name). Standardizes the fleet's Netlify build:command = "pnpm build",publish = "build/",functions = "functions/",NODE_VERSION = "22",COREPACK_INTEGRITY_KEYS = "0". Pins Node to latest 22.x — the older22.12.0pin is below@eslint/js@10's^22.13.0engine and broke installs. Pairs with the adapter-netlifysvelte.config.jstemplate (#105) to make a synced site build on Netlify out of the box.Note: this template overwrites
netlify.tomlon sync. Sites with custom redirects/headers/plugins should keep those in_redirects/_headers/SvelteKit, or they'll be clobbered.