This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
root
/
tauri-workspace
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
chore(cli): rerun build on template changes
Lucas Nogueira
%!s(int64=2) %!d(string=hai) anos
pai
4f087cfd92
achega
ffe21e0225
Modificáronse 1 ficheiros
con
3 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
3
0
tooling/cli/build.rs
+ 3
- 0
tooling/cli/build.rs
Ver ficheiro
@@ -0,0 +1,3 @@
+fn main() {
+ println!("cargo:rerun-if-changed=templates/");
+}