blog/backend/build.rs
SquidSpirit e72f5a5a8e
All checks were successful
Frontend CI / build (push) Successful in 1m29s
BLOG-43 feat: connect to database
2025-05-07 03:06:43 +08:00

6 lines
168 B
Rust

// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}