primocms / primo

Primo is a visual CMS with a built-in code editor, Svelte blocks, and static site generator.
https://primocms.org
MIT License
1.97k stars 514 forks source link

adapter-auto @next breaks new deployments #366

Closed niktek closed 9 months ago

niktek commented 9 months ago

With the release of Svelte Kit 2 there were also new releases of the adapters. In package.json adapter-auto is set to next so it auto moved to the new releases, but svelte-kit is pinned at the major ^1 version. Changing the version of adapter-auto back to ^2.0.0 fixes the deployment issues on Vercel (and probably everywhere else)

mateomorris commented 9 months ago

Thank you! That did it