gornostay25 / svelte-adapter-bun

A SvelteKit adapter for Bun
MIT License
532 stars 33 forks source link

Extra rollup step is missing #50

Open eslym opened 8 months ago

eslym commented 8 months ago

the extra rollup step for building server side code is missing from this package, resulting all devDependencies are not present in the final build.

reference: https://github.com/sveltejs/kit/blob/873a09eac86817d1cbb53bf3f9c8842d7346d20d/packages/adapter-node/index.js#L54

milkyskies commented 7 months ago

@eslym Do you have any workarounds for this?