Plug format now changed to YAML

This commit is contained in:
Zef Hemel
2022-03-27 11:26:13 +02:00
parent a382ab3baa
commit 621e55dbcf
20 changed files with 225 additions and 254 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
"watch": "rm -rf .parcel-cache && parcel watch",
"build": "parcel build",
"clean": "rm -rf dist",
"plugs": "plugbox-bundle -w --dist plugs/dist plugs/core/core.plug.json plugs/git/git.plug.json",
"plugs": "plugbox-bundle -w --dist plugs/dist plugs/*/*.plug.yaml",
"server": "nodemon -w dist/server dist/server/server.js pages",
"test": "jest"
},