personal_site/.autoreload.json
2025-01-11 19:35:42 +00:00

10 lines
154 B
JSON

{
"watch": true,
"reload": "**/**.{html,js,css}",
"mount": [
{
"path": "test_pages/",
"target": "/"
}
]
}