Integrate plugin runtime as npm library (#6852)

This commit is contained in:
Juanfran
2025-07-07 09:46:07 +02:00
committed by GitHub
parent bcb69b6227
commit 0a7d6d98e1
9 changed files with 58 additions and 8619 deletions

View File

@@ -79,7 +79,7 @@ h.watch("translations", null, async function (path) {
log.info("watch: assets (~)");
h.watch(
["resources/images", "resources/fonts", "resources/plugins-runtime"],
["resources/images", "resources/fonts"],
null,
async function (path) {
log.info("changed:", path);