mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 21:25:16 +00:00
Try out some nonsense with services being special-ish cased
This commit is contained in:
0
server/test-projects/partition-to-file/foo.lua
Normal file
0
server/test-projects/partition-to-file/foo.lua
Normal file
10
server/test-projects/partition-to-file/rojo.json
Normal file
10
server/test-projects/partition-to-file/rojo.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "partition-to-file",
|
||||
"servePort": 23456,
|
||||
"partitions": {
|
||||
"lib": {
|
||||
"path": "foo.lua",
|
||||
"target": "ReplicatedStorage.foo"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user