HexCasting/doc/nodemon.json
2023-09-29 22:52:30 -04:00

5 lines
No EOL
207 B
JSON

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