Im restructuring my project (website). Now it has:
src/frontend/...
src/backend/...
I changed my svelte.config.js to have the specific path:
files: { appTemplate: 'src/frontend/src/app.html', },
But I still get the error:
src/app.html does not exist