Try out some nonsense with services being special-ish cased

This commit is contained in:
Lucien Greathouse
2018-07-02 18:34:12 -07:00
parent 8a26994084
commit bfe8dcd224
4 changed files with 64 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "partition-to-file",
"servePort": 23456,
"partitions": {
"lib": {
"path": "foo.lua",
"target": "ReplicatedStorage.foo"
}
}
}