From c7171ef5139c5231f20577c0dd7c40e77756f52b Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 1 Dec 2017 00:17:45 -0800 Subject: [PATCH] Add Rojo config for testing --- rojo.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rojo.json diff --git a/rojo.json b/rojo.json new file mode 100644 index 00000000..497d8db3 --- /dev/null +++ b/rojo.json @@ -0,0 +1,10 @@ +{ + "name": "rojo", + "servePort": 8081, + "partitions": { + "test-folder": { + "path": "test-folder", + "target": "ReplicatedStorage.test" + } + } +} \ No newline at end of file