Files
rojo/test-projects/partition-to-file/rojo.json
2018-08-13 15:35:04 -07:00

10 lines
162 B
JSON

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