Beatbump
Beatbump copied to clipboard
Vercel deploying need help

install command: npm update && npm install , it need newer sveltekit.
and enable, technically it already there just need switch it up.
//hooks: "src/hooks.server",
// New vercel need this enabled
hooks: { server: "src/hooks.server" },
ref: https://github.com/martadinata666/Beatbump/blob/54e00f216187e2c57a376f7501c93daaf3c6cde4/app/svelte.config.js#L53-L55
install command:
npm update && npm install, it need newer sveltekit.and enable, technically it already there just need switch it up.
//hooks: "src/hooks.server", // New vercel need this enabled hooks: { server: "src/hooks.server" },ref: martadinata666/Beatbump@
54e00f2/app/svelte.config.js#L53-L55
This is entirely correct, but good news! I've just updated SvelteKit & adapters, so the problem should be fixed now on the master branch