feat: Make 'server' feature optional and add compile-time check

Co-authored-by: aider (openai/andrew/openrouter/sonoma-sky-alpha) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-10 10:33:47 -03:00
parent c5eb6d140a
commit d9a36012bc
4 changed files with 25 additions and 9 deletions

View File

@@ -8,8 +8,8 @@ pub mod compression_engine;
pub mod config;
pub mod services;
pub mod db;
#[cfg(feature = "server")]
pub mod meta_plugin;
pub mod filter_plugin;
pub mod modes;
pub mod plugins;
pub mod args;