Update CONTRIBUTING.md (#1677)
This commit is contained in:
parent
9f44a513ee
commit
387bd1a48f
1 changed files with 9 additions and 0 deletions
|
@ -34,6 +34,15 @@ yarn dev
|
|||
yarn build
|
||||
```
|
||||
|
||||
#### Debugging Vite
|
||||
|
||||
You can debug vite by prefixing any command with `DEBUG` like so:
|
||||
|
||||
```
|
||||
DEBUG=vite:* astro dev # debug everything in Vite
|
||||
DEBUG=vite:[name] astro dev # debug specific process, e.g. "vite:deps" or "vite:transform"
|
||||
```
|
||||
|
||||
### Running tests
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Reference in a new issue