Merge branch 'development_rhai' of https://git.ourworld.tf/herocode/db into development_rhai

This commit is contained in:
timurgordon
2025-06-25 03:55:24 +03:00
25 changed files with 1649 additions and 65 deletions

View File

@@ -12,6 +12,7 @@ pub mod flow;
pub mod governance;
pub mod legal;
pub mod library;
pub mod object;
pub mod projects;
// Re-export key types for convenience
@@ -38,6 +39,4 @@ pub use circle::register_circle_rhai_module;
pub use flow::register_flow_rhai_module;
pub use legal::register_legal_rhai_module;
#[cfg(feature = "rhai")]
pub use library::register_library_rhai_module;
#[cfg(feature = "rhai")]
pub use projects::register_projects_rhai_module;