forked from rojo-rbx/rojo
Alright, so I hate to be the one to do this, but #584 broke crates.io publishing and also caused librojo to be unusable. I see that there was some discussion on Discord shortly after the problem was realized, but there was no action taken. I think keeping librojo and publishing working far, far outweigh any convenience added by Wally. I've kept the same `Packages` naming convention to keep the diff minimal.
29 lines
433 B
JSON
29 lines
433 B
JSON
{
|
|
"name": "Rojo Test Place",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
|
|
"ReplicatedStorage": {
|
|
"Rojo": {
|
|
"$path": "default.project.json"
|
|
},
|
|
|
|
"Packages": {
|
|
"$path": "Packages"
|
|
}
|
|
},
|
|
|
|
"ServerScriptService": {
|
|
"RunTests": {
|
|
"$path": "run-tests.server.lua"
|
|
}
|
|
},
|
|
|
|
"Players": {
|
|
"$properties": {
|
|
"CharacterAutoLoads": false
|
|
}
|
|
}
|
|
}
|
|
}
|