Merge branch 'development_rhai' of https://git.ourworld.tf/herocode/db into development_rhai
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user