2 messages · Page 1 of 1 (latest)
I have flat file database inside of src-tauri/resources. So anytime I write to the file, Tauri notices and restarts app in production. Not so ideal considering the data will be updated constantly with app use. Is there a way to make Tauri's file watcher ignore a certain directory?
.taurignore, like .gitignore