We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build.rs
1 parent 4cbeee8 commit 7172c87Copy full SHA for 7172c87
crates/sb_fs/build.rs
@@ -1,7 +1,7 @@
1
use std::path::Path;
2
3
fn main() {
4
- dbg!(Path::new("./tests/.env").exists());
+ println!("cargo::rerun-if-changed=tests/.env");
5
if Path::new("./tests/.env").exists() {
6
println!("cargo:rustc-cfg=dotenv")
7
}
0 commit comments