Fix SpacetimeDB wasm dependency boundary
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-05-11 13:47:26 +08:00
parent 5edfb756c7
commit ac2cf78ffa
6 changed files with 33 additions and 3 deletions

View File

@@ -1,13 +1,14 @@
pub mod admin;
pub mod ai;
pub mod api;
#[cfg(feature = "oss-contracts")]
pub mod assets;
pub mod auth;
pub mod big_fish;
pub mod big_fish_works;
pub mod creation_agent_document_input;
pub mod creative_agent;
pub mod creation_entry_config;
pub mod creative_agent;
pub mod hyper3d;
pub mod llm;
pub mod match3d_agent;