Switch to using the latest Rojo release to sync itself

This commit is contained in:
Lucien Greathouse
2017-12-01 02:40:08 -08:00
parent f3483ee2e0
commit 5685619c3a
3 changed files with 4 additions and 8 deletions

View File

@@ -2,9 +2,9 @@
"name": "rojo",
"servePort": 8081,
"partitions": {
"test-folder": {
"path": "test-folder",
"target": "ReplicatedStorage.test"
"Rojo": {
"path": "plugin/src",
"target": "ReplicatedStorage.Rojo"
}
}
}