Remove redundant feature gate in server main

This commit is contained in:
2026-06-21 15:44:37 -04:00
parent 3640039168
commit c438e60e24

View File

@@ -1,5 +1,4 @@
pub fn main() { pub fn main() {
#[cfg(feature = "server")]
if let Err(e) = dotenvy::dotenv() { if let Err(e) = dotenvy::dotenv() {
tracing::warn!("Error reading .env: {e}"); tracing::warn!("Error reading .env: {e}");
} }