Skip to content

Commit 80436ff

Browse files
committed
forgor
1 parent b5530a8 commit 80436ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/backend/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use std::process::Command;
33
fn main() {
44
println!("cargo:rerun-if-changed=migrations");
55
println!("cargo:rerun-if-changed=build.rs");
6+
println!("cargo:rerun-if-changed=redirects.json");
67

78
let is_git_repo = Command::new("git")
89
.args(["rev-parse", "--is-inside-work-tree"])

0 commit comments

Comments
 (0)