deploy frontend

This commit is contained in:
sparshg
2024-09-24 18:06:05 +05:30
parent f1bffbe56a
commit 103ac813f9
5 changed files with 53 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ use tracing_subscriber::FmtSubscriber;
async fn main() -> Result<(), Box<dyn std::error::Error>> {
tracing::subscriber::set_global_default(
FmtSubscriber::builder()
.with_max_level(tracing::Level::ERROR)
.with_max_level(tracing::Level::INFO)
.finish(),
)?;
let _ = dotenv();