mirror of
https://github.com/penpot/penpot.git
synced 2025-07-09 15:17:17 +02:00
✨ Integrate plugin runtime as npm library (#6852)
This commit is contained in:
parent
bcb69b6227
commit
0a7d6d98e1
9 changed files with 58 additions and 8619 deletions
|
@ -80,7 +80,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue