Expand test project to have a partition targeting a script directly

This commit is contained in:
Lucien Greathouse
2018-04-20 23:13:01 -07:00
parent c2cfcc7a2c
commit 9e956e593d
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,10 @@
"src": {
"path": "src",
"target": "ReplicatedFirst"
},
"extra": {
"path": "extra-script.lua",
"target": "ReplicatedStorage.ExtraScript"
}
}
}