You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to directly use svelte components in the bun serve function.
Instead, we have to include a .html and a .ts/.js file for each and use Svelte's mount() method
What is the problem this feature would solve?
Svelte support in bun serve
It would be useful to be able to directly use svelte components in the bun serve function.
Instead, we have to include a .html and a .ts/.js file for each and use Svelte's mount() method
How it works today
pages/index.svelte
<!-- My Svelte Component -->
pages/index.ts
pages/index.html
app.ts
What is the feature you are proposing to solve the problem?
A more DX-friendly experience
app.ts
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: