Files
rojo/plugin/test-place.project.json
boatbomber e864cf0c7d Switch git submodules to Wally packages (#584)
* Switch git submodules to Wally packages

* Update build snapshot

* Add wally to foreman and use latest versions

* Install packages in CI runners

* Fix indents

* Install packages in the correct directory

* Install packages in correct dir of release action too

* Remove submodules from ci checkout

* Remove submodules from release checkout

* Update selene with latest fix

* Fix whitespace

Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
2022-08-03 18:36:58 -04:00

29 lines
436 B
JSON

{
"name": "Rojo Test Place",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"Rojo": {
"$path": "default.project.json"
},
"Packages": {
"$path": "DevPackages"
}
},
"ServerScriptService": {
"RunTests": {
"$path": "run-tests.server.lua"
}
},
"Players": {
"$properties": {
"CharacterAutoLoads": false
}
}
}
}