mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
14 lines
251 B
JSON
14 lines
251 B
JSON
{
|
|
"name": "test-project",
|
|
"servePort": 34872,
|
|
"partitions": {
|
|
"src": {
|
|
"path": "src",
|
|
"target": "ReplicatedFirst"
|
|
},
|
|
"extra": {
|
|
"path": "extra-script.lua",
|
|
"target": "ReplicatedStorage.ExtraScript"
|
|
}
|
|
}
|
|
} |