You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: do not edit this file, it is generated in apps/svelte.dev/scripts/sync-docs/index.ts
3
+
title: devtools-json
4
+
---
5
+
6
+
`devtools-json` is essentially a vite plugin [vite-plugin-devtools-json](https://github.com/ChromeDevTools/vite-plugin-devtools-json/) for generating the Chrome DevTools project settings file on-the-fly in the devserver.
7
+
8
+
It will prevent this server log:
9
+
10
+
```sh
11
+
Not found: /.well-known/appspecific/com.chrome.devtools.json
12
+
```
13
+
14
+
## Usage
15
+
16
+
```bash
17
+
npx sv add devtools-json
18
+
```
19
+
20
+
## What you get
21
+
22
+
- the `vite` plugin added to your vite plugin options.
0 commit comments