HexCasting/nodemon.json
2023-09-05 20:09:14 -04:00

5 lines
No EOL
225 B
JSON

{
"watch": ["doc/src/hexdoc/_templates"],
"ext": "jinja,html,css,js",
"exec": "hexdoc doc/properties.toml -o _site/src/docs --lang en_us --allow-missing && hexdoc_merge --src _site/src/docs --dst _site/dst/docs"
}