mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02: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");
|
|
}
|