mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Add a new syncRules field project files to allow users to specify middleware to use for files (#813)
This commit is contained in:
9
rojo-test/build-tests/sync_rule_complex/src/qux.rojo
Normal file
9
rojo-test/build-tests/sync_rule_complex/src/qux.rojo
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "qux",
|
||||
"tree": {
|
||||
"$className": "StringValue",
|
||||
"$properties": {
|
||||
"Value": "Hello, from qux (a .rojo file that's turned into a StringValue)!"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user