mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 20:55:50 +00:00
* Implement new project file name, default.project.json * Rename all test projects to default.project.json * Update CHANGELOG * Fix warning message typo
21 lines
380 B
JSON
21 lines
380 B
JSON
{
|
|
"name": "single-sync-point",
|
|
"tree": {
|
|
"$className": "DataModel",
|
|
"ReplicatedStorage": {
|
|
"$className": "ReplicatedStorage",
|
|
"Foo": {
|
|
"$path": "lib"
|
|
}
|
|
},
|
|
"HttpService": {
|
|
"$className": "HttpService",
|
|
"$properties": {
|
|
"HttpEnabled": {
|
|
"Type": "Bool",
|
|
"Value": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |