Describe the problem
I'm using latest stable Kit ("@sveltejs/kit": "1.0.3") and "@sveltejs/adapter-static": "1.0.0" with SSR disabled at all.
After npm run build I get a vite-manifest.json file in build dir.
Since this file is then publicly served to the world, I would like to understand if it is strictly necessary or if we can do without it.
Thanks for your immense work!