This commit is contained in:
JOLIMAITRE Matthieu 2022-09-03 03:36:52 +02:00
commit 5b3923b990
24 changed files with 4352 additions and 0 deletions

3
watch.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
nodemon -e "rs,toml,json,html,css,js" -x "cargo tauri dev" -w "src-tauri" -w "src" --ignore "src-tauri/target"