Skip to content

Commit

Permalink
pg config
Browse files Browse the repository at this point in the history
  • Loading branch information
JijoBose committed Dec 24, 2023
1 parent ed23a0f commit c3d4d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/target
test.db
.DS_Store
Secrets.toml
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use app::db::{
initial_migration
};

#[cfg(debug_assertions)]
// #[cfg(debug_assertions)]
#[actix_web::main]
async fn main() -> std::io::Result<()> {
dotenvy::dotenv().ok();
Expand Down

0 comments on commit c3d4d8f

Please sign in to comment.