mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Expand test project to have a partition targeting a script directly
This commit is contained in:
0
test-project/extra-script.lua
Normal file
0
test-project/extra-script.lua
Normal file
@@ -5,6 +5,10 @@
|
|||||||
"src": {
|
"src": {
|
||||||
"path": "src",
|
"path": "src",
|
||||||
"target": "ReplicatedFirst"
|
"target": "ReplicatedFirst"
|
||||||
|
},
|
||||||
|
"extra": {
|
||||||
|
"path": "extra-script.lua",
|
||||||
|
"target": "ReplicatedStorage.ExtraScript"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user