luau-promise/default.project.json

24 lines
399 B
JSON
Raw Normal View History

2019-09-10 19:34:06 +00:00
{
"name": "lua-promise",
"tree": {
"$className": "DataModel",
2020-02-12 23:55:29 +00:00
"ServerScriptService": {
"$className": "ServerScriptService",
"Lib": {
2019-09-10 19:34:06 +00:00
"$path": "lib"
}
2020-05-05 02:07:55 +00:00
},
"TestService": {
"$className": "TestService",
"$properties": {
"ExecuteWithStudioRun": true
},
"TestEZ": {
"$path": "modules/testez/src"
},
"run": {
"$path": "runTests.server.lua"
}
2019-09-10 19:34:06 +00:00
}
}
}