Hi guys i am new to Svelte and i have a question.
I have made a small app in svelte that runs smoothly in dev.
But when i am running npm run build for production
the output in the public folder are 3 itemsbundle.css
bundle.js and bundle.js.map
There is no index.html
Can anyone please help me because as it seems the public folder should have the index.html in it.