You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Info File src-tauri/vizio.db changed. Rebuilding application...
Finished dev [unoptimized + debuginfo] target(s) in 0.59s
Info File src-tauri/vizio.db changed. Rebuilding application...
Finished dev [unoptimized + debuginfo] target(s) in 0.77s
I guess any insert in the database will be detected a change in project files, so rust will recompile.
The solution is moving the database to another folder.
:: open (otherPath)
The problem is this:
You update/modify database > rust was watching you > decides to make problems for you. You need to tell rust stop watching me ugly B.
How? Create a file in src-tauri called .taruignore and add those line into it
No description provided.
The text was updated successfully, but these errors were encountered: