feat!: added mostly foundational code, and a playground of sorts to interact with it
This commit is contained in:
parent
6c524b0741
commit
9a28c1a1dd
10 changed files with 417 additions and 0 deletions
5
server/src/modules/meta/dummy.rs
Normal file
5
server/src/modules/meta/dummy.rs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pub const TEMPLATE: &str = r#"[input.value]
|
||||
transforms = ["meta/text:value"]
|
||||
subobjects = []
|
||||
duplicates = false
|
||||
"#;
|
||||
Loading…
Add table
Add a link
Reference in a new issue