harmonium/watch.sh
2022-09-03 03:36:52 +02:00

3 lines
No EOL
121 B
Bash
Executable file

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