Nosson M Frankel
Nosson M Frankel
I had the same issue, why doesn't it get fixed in the actual repo?
I just got this issue using @sveltejs/[email protected] and my auto deploys (using adapter-auto) on vercel started throwing 404 for missing static files. Here's my ``package.json`` ```json { "name": "parshandata-frontend", "version":...
Everything is now working after doing ``npm update``. I got the following message with directions to change config > svelte-kit build is no longer available — use vite build instead...