Support for library source plugins

This commit is contained in:
Nick O'Leary
2020-12-17 14:35:01 +00:00
committed by Nick O'Leary
parent f96ce2fd83
commit 8a076c01ab
9 changed files with 283 additions and 155 deletions

View File

@@ -6,7 +6,8 @@
"plugins": {
"test": "test.js",
"test-editor-plugin": "test-editor-plugin.html",
"test-runtime-plugin": "test-runtime-plugin.js"
"test-runtime-plugin": "test-runtime-plugin.js",
"library-filestore": "library-filestore.js"
}
}
}