fly-apps / dockerfile-node

Dockerfile generator for Node.js
122 stars 5 forks source link

Handle SvelteKit adapters properly #60

Open endigma opened 3 weeks ago

endigma commented 3 weeks ago

Stories:

rubys commented 3 weeks ago

I can use bun to build a nodejs output, and vice versa

OK. But can we flip this around? Perhaps for svelte we should treat the adapter as authoritative? If @sveltejs/adapter-node is in package.json, then use node for everything. Similarly for svelte-adapter-bun, and perhaps even svelte-adapter-deno.