add static route for main.css
Some checks failed
Build and publish the docker image / build (push) Failing after 10s
Some checks failed
Build and publish the docker image / build (push) Failing after 10s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
2
build.rs
2
build.rs
@@ -23,5 +23,5 @@ fn main() {
|
||||
.expect("error in git command, is git installed?");
|
||||
let git_hash = String::from_utf8(output.stdout).unwrap();
|
||||
println!("cargo:rustc-env=GIT_HASH={}", git_hash);
|
||||
println!("cargo:rerun-if-changed=src/schema2.graphql,templates/main.css");
|
||||
println!("cargo:rerun-if-changed=src/schema2.graphql,static/main.css");
|
||||
}
|
||||
|
Reference in New Issue
Block a user