mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Integrate plugin runtime as npm library (#6852)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user