Skip to content

Commit

Permalink
flag with-db
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot committed Dec 15, 2024
1 parent 9ecb558 commit fe394db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loco-gen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ use serde::{Deserialize, Serialize};
use serde_json::json;

mod controller;
#[cfg(feature = "with-db")]
mod infer;
#[cfg(feature = "with-db")]
mod migration;
#[cfg(feature = "with-db")]
mod model;
Expand Down

0 comments on commit fe394db

Please sign in to comment.