This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
root
/
tauri-workspace
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
chore(cli): rerun build on template changes
Lucas Nogueira
hace 2 años
padre
4f087cfd92
commit
ffe21e0225
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
tooling/cli/build.rs
+ 3
- 0
tooling/cli/build.rs
Ver fichero
@@ -0,0 +1,3 @@
+fn main() {
+ println!("cargo:rerun-if-changed=templates/");
+}