lyrs/build.rs

4 lines
67 B
Rust
Raw Normal View History

2023-11-12 09:56:23 -06:00
fn main() {
println!("cargo:rerun-if-changed=./migrations");
}