rojo 0.2.0

A tool to create robust Roblox projects
1
2
3
4
5
6
7
8
9
10
{
  "name": "rojo",
  "servePort": 8081,
  "partitions": {
    "test-folder": {
      "path": "test-folder",
      "target": "ReplicatedStorage.test"
    }
  }
}