Add UI for defining default roles

This commit is contained in:
Cadence Ember
2026-03-08 22:35:10 +13:00
parent 9eaa85c072
commit 6a2606cbdb
8 changed files with 124 additions and 6 deletions

View File

@@ -77,6 +77,7 @@ function renderPath(event, path, locals) {
compile()
fs.watch(path, {persistent: false}, compile)
fs.watch(join(__dirname, "pug", "includes"), {persistent: false}, compile)
fs.watch(join(__dirname, "pug", "fragments"), {persistent: false}, compile)
}
const cb = pugCache.get(path)