Server-only helper functions (get_current_admin_user, row_to_post_list, row_to_post_full, sync_tags, clean_tags) are defined behind #[cfg(feature = "server")] in helpers.rs, but their imports in consumer files were not gated, causing WASM build failures.