mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
34 lines
844 B
JSON
34 lines
844 B
JSON
{
|
|
"name": "rojo",
|
|
"servePort": 8000,
|
|
"partitions": {
|
|
"plugin": {
|
|
"path": "src",
|
|
"target": "ReplicatedStorage.Rojo.Plugin"
|
|
},
|
|
"modules/roact": {
|
|
"path": "modules/roact/lib",
|
|
"target": "ReplicatedStorage.Rojo.Roact"
|
|
},
|
|
"modules/rodux": {
|
|
"path": "modules/rodux/lib",
|
|
"target": "ReplicatedStorage.Rojo.Rodux"
|
|
},
|
|
"modules/roact-rodux": {
|
|
"path": "modules/roact-rodux/lib",
|
|
"target": "ReplicatedStorage.Rojo.RoactRodux"
|
|
},
|
|
"modules/promise": {
|
|
"path": "modules/promise/lib",
|
|
"target": "ReplicatedStorage.Rojo.Promise"
|
|
},
|
|
"modules/testez": {
|
|
"path": "modules/testez/lib",
|
|
"target": "ReplicatedStorage.TestEZ"
|
|
},
|
|
"tests": {
|
|
"path": "testBootstrap.server.lua",
|
|
"target": "TestService.testBootstrap"
|
|
}
|
|
}
|
|
} |