mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Rename test-plugin-project to place-project.json
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
"Rojo": {
|
"Rojo": {
|
||||||
"$className": "Folder",
|
"$className": "Folder",
|
||||||
|
|
||||||
"Plugin": {
|
"Plugin": {
|
||||||
"$path": "src"
|
"$path": "src"
|
||||||
},
|
},
|
||||||
@@ -29,6 +30,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"HttpService": {
|
||||||
|
"$className": "HttpService",
|
||||||
|
"$properties": {
|
||||||
|
"HttpEnabled": {
|
||||||
|
"Type": "Bool",
|
||||||
|
"Value": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
"TestService": {
|
"TestService": {
|
||||||
"$className": "TestService",
|
"$className": "TestService",
|
||||||
|
|
||||||
Reference in New Issue
Block a user