Plugin dev ux improvements (#992)

Co-authored-by: kennethloeffler <kenloef@gmail.com>
This commit is contained in:
boatbomber
2024-11-10 15:53:58 -08:00
committed by GitHub
parent 8c33100d7a
commit b7d3394464
14 changed files with 60 additions and 30 deletions

27
plugin.project.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "Rojo",
"tree": {
"$className": "Folder",
"Plugin": {
"$path": "plugin/src"
},
"Packages": {
"$path": "plugin/Packages",
"Log": {
"$path": "plugin/log"
},
"Http": {
"$path": "plugin/http"
},
"Fmt": {
"$path": "plugin/fmt"
},
"RbxDom": {
"$path": "plugin/rbx_dom_lua"
}
},
"Version": {
"$path": "plugin/Version.txt"
}
}
}