]> Witch of Git - web/blog/blob - Justfile
Add a debug command to the Justfile
[web/blog] / Justfile
1 serve:
2 npx @11ty/eleventy --serve
3
4 debug:
5 DEBUG='Eleventy*' npx @11ty/eleventy --serve