refactor(vm): fix Reagent code gen

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2024-09-16 18:01:45 -07:00
parent 08c42a2618
commit 6e80f21046
6 changed files with 199 additions and 92 deletions

View File

@@ -1,5 +1,6 @@
{
"rust-analyzer.cargo.features": [
"tsify"
"tsify",
"prefab_database"
]
}