MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / module_specific

Method module_specific

crates/cli/src/spacetime_config.rs:623–626  ·  view source on GitHub ↗

Mark this key as module-specific. For example, the `js-bin` config option makes sense only when applied to a single module. The `server` config option makes sense for multiple publish targets

(mut self)

Source from the content-addressed store, hash-verified

621 /// only when applied to a single module. The `server` config option makes sense for
622 /// multiple publish targets
623 pub fn module_specific(mut self) -> Self {
624 self.module_specific = true;
625 self
626 }
627
628 /// Mark this key as generate-entry-specific. These keys (like `language`, `out_dir`)
629 /// only make sense when a single generate entry is targeted. If multiple generate

Calls

no outgoing calls