fix: make reddit and linkedin modules public for server access

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-03-29 16:54:35 +02:00
parent 7051d2193b
commit e3b0d0bd74

View file

@ -6,9 +6,9 @@ pub mod client;
pub mod crawler;
pub mod document;
pub mod error;
pub(crate) mod linkedin;
pub mod linkedin;
pub mod proxy;
pub(crate) mod reddit;
pub mod reddit;
pub mod sitemap;
pub use browser::BrowserProfile;