Add Rojo config for testing

This commit is contained in:
Lucien Greathouse
2017-12-01 00:17:45 -08:00
parent 63b21b90ff
commit c7171ef513

10
rojo.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "rojo",
"servePort": 8081,
"partitions": {
"test-folder": {
"path": "test-folder",
"target": "ReplicatedStorage.test"
}
}
}