Closed
Description
Recently Chrome started requesting /.well-known/appspecific/com.chrome.devtools.json
whenever you have devtools open on a localhost
URL. As of sveltejs/kit#13830, SvelteKit squelches the resulting 404 error, but on the first occurrence prints a message to the console suggesting that people install vite-plugin-devtools-json.
Maybe it's worth having an addon for this, so that people can just do sv add vite-plugin-devtools-json
? Alternatively, or additionally, it could be installed by default in a new project?