mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-03 20:00:05 +01:00
6 lines
214 B
Rust
6 lines
214 B
Rust
fn main() {
|
|
// Migrations are embedded with include_dir!, so trigger rebuilds when SQL files change.
|
|
println!("cargo:rerun-if-changed=migrations");
|
|
println!("cargo:rerun-if-changed=blob_migrations");
|
|
}
|