diff --git a/default.project.json b/default.project.json new file mode 100644 index 00000000..95edb787 --- /dev/null +++ b/default.project.json @@ -0,0 +1,6 @@ +{ + "name": "Roact", + "tree": { + "$path": "lib" + } +} \ No newline at end of file diff --git a/place.project.json b/place.project.json new file mode 100644 index 00000000..aad098d2 --- /dev/null +++ b/place.project.json @@ -0,0 +1,45 @@ +{ + "name": "Roact Test Place", + "tree": { + "$className": "DataModel", + + "ReplicatedStorage": { + "$className": "ReplicatedStorage", + + "Roact": { + "$path": "lib" + }, + + "TestEZ": { + "$path": "modules/testez/lib" + } + }, + + "StarterPlayer": { + "$className": "StarterPlayer", + + "StarterPlayerScripts": { + "$className": "StarterPlayerScripts", + + "RoactExamples": { + "$path": "examples" + } + } + }, + + "ServerScriptService": { + "$className": "ServerScriptService", + + "RoactBenchmark": { + "$path": "benchmarks" + } + }, + + "HttpService": { + "$className": "HttpService", + "$properties": { + "HttpEnabled": true + } + } + } +} \ No newline at end of file diff --git a/rojo.json b/rojo.json deleted file mode 100644 index e30c674c..00000000 --- a/rojo.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "roact", - "servePort": 8000, - "partitions": { - "src": { - "path": "lib", - "target": "ReplicatedStorage.Roact" - }, - "examples": { - "path": "examples", - "target": "StarterPlayer.StarterPlayerScripts.RoactExamples" - }, - "benchmarks": { - "path": "benchmarks", - "target": "ServerScriptService.RoactBenchmark" - }, - "testez": { - "path": "modules/testez/lib", - "target": "ReplicatedStorage.TestEZ" - } - } -} \ No newline at end of file