HexCasting/doc/nodemon.json
2023-10-09 20:35:13 -04:00

10 lines
No EOL
363 B
JSON

{
"watch": [
"doc/src/hexdoc/_templates",
"doc/properties.toml",
"Common/src/main/resources/assets/hexcasting/lang"
],
"ignore": ["**/generated/**"],
"ext": "jinja,html,css,js,toml,json,json5",
"exec": "hexdoc serve doc/properties.toml --src _site/src/docs --dst _site/dst/docs --lang en_us --allow-missing --release"
}