mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-17 21:27:05 +02:00
f1bc4aa146
This reverts commit 773c4a24a5.
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");
|
|
}
|