Svelte configuration is inside vite.config.js. However, sveltekit-autoimport is looking for svelte.config.js
❯ bun dev
$ vite --host
Error reading svelte.config.js
VITE v5.3.3 ready in 603 ms
➜ Local: http://localhost:5173/
➜ Network: http://192.168.68.102:5173/
➜ press h + enter to show help
Svelte configuration is inside vite.config.js. However, sveltekit-autoimport is looking for svelte.config.js
vite.config.js
The problem seems indeed to be here: github.com/yuanchuan/sveltekit-autoimport/blob/…
Detected by Axnyff and posted on Stackoverflow