I added the Svelte integration for astro using bunx astro add svelte and everything seems to work fine functionality-wise. But I am getting the warning Unsupported file type .../MyComponent.svelte found. Prefix filename with an underscore (_) to ignore.
I can ignore it and everything still works but is this normal?
Link to my project that uses Astro + Svelte
https://github.com/Brian-Pob/tailwind-v4-vite
I can try to come up with a minimum repro if needed