jecs/test.project.json

41 lines
867 B
JSON
Raw Permalink Normal View History

2024-04-23 15:10:49 +00:00
{
"name": "jecs-test",
"tree": {
"$className": "DataModel",
"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts",
"$path": "tests"
}
},
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"DevPackages": {
"$path": "DevPackages"
},
"Lib": {
"$path": "lib"
},
"rgb": {
"$path": "rgb.lua"
},
"benches": {
"$path": "benches"
2024-04-25 03:55:11 +00:00
},
2024-04-25 05:26:38 +00:00
"mirror": {
"$path": "mirror"
2024-04-23 15:10:49 +00:00
}
},
"TestService": {
"$properties": {
"ExecuteWithStudioRun": true
},
"$className": "TestService",
"run": {
"$path": "tests.server.lua"
}
}
}
}