Additional readme for cross platform debug mode
This commit is contained in:
parent
58310f43b0
commit
f9060d7ebd
@ -75,10 +75,17 @@ Or build and host locally on a local development server:
|
||||
npx @11ty/eleventy --serve
|
||||
```
|
||||
|
||||
Or in debug mode to see all the internals:
|
||||
Or in [debug mode](https://www.11ty.dev/docs/debugging/) to see all the internals:
|
||||
|
||||
```
|
||||
# Mac OS/Linux/etc
|
||||
DEBUG=Eleventy* npx @11ty/eleventy
|
||||
|
||||
# Windows
|
||||
set DEBUG=Eleventy* & npx @11ty/eleventy
|
||||
|
||||
# Windows (Powershell in VS Code)
|
||||
$env:DEBUG="Eleventy*"; npx @11ty/eleventy
|
||||
```
|
||||
|
||||
### Implementation Notes
|
||||
|
Loading…
Reference in New Issue
Block a user