Files
rojo/server/test-projects/partition-to-file/rojo.json
2018-07-02 18:34:12 -07:00

10 lines
162 B
JSON

{
"name": "partition-to-file",
"servePort": 23456,
"partitions": {
"lib": {
"path": "foo.lua",
"target": "ReplicatedStorage.foo"
}
}
}