mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
28 lines
444 B
JSON
28 lines
444 B
JSON
{
|
|
"name": "Rojo Test Place",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
|
|
"ReplicatedStorage": {
|
|
"Rojo": {
|
|
"$path": "default.project.json"
|
|
},
|
|
|
|
"TestEZ": {
|
|
"$path": "modules/testez/lib"
|
|
}
|
|
},
|
|
|
|
"ServerScriptService": {
|
|
"RunTests": {
|
|
"$path": "testBootstrap.server.lua"
|
|
}
|
|
},
|
|
|
|
"Players": {
|
|
"$properties": {
|
|
"CharacterAutoLoads": false
|
|
}
|
|
}
|
|
}
|
|
} |