Closed karesztrk closed 2 months ago
To fix the build error, coused by compiling time crate, all you need to do is navigate to the src-tauri folder and run cargo update
To fix the build error, coused by compiling time crate, all you need to do is navigate to the src-tauri folder and run
cargo update
The tauri dev
has been fixed indeed. But tauri build
is still failing with the same Typescript error.
So I removed the type check from the package.json
. The prod build worked. Great :+1:
Is there a way to clear the seeded database? where is it stored? Thanks
That's great. If you wanna remove seed migrations, check this issue
In case you wanna access db directly or wanna remove it : Dev: the db file inside the src-tauri/mahalli.db Prod: the db is inside the dataDir (check tauri path api) .mahalli/data
In case you wanna access db directly or wanna remove it : Dev: the db file inside the src-tauri/mahalli.db Prod: the db is inside the dataDir (check tauri path api) .mahalli/data
Thanks
System: OS: Linux 6.10 Garuda Linux CPU: (12) x64 Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz Memory: 15.14 GB / 30.96 GB Shell: 3.7.1 - /bin/fish Binaries: Node: 18.19.0 - ~/.nvm/versions/node/v18.19.0/bin/node npm: 10.2.3 - ~/.nvm/versions/node/v18.19.0/bin/npm pnpm: 9.5.0 - ~/.local/share/pnpm/pnpm Managers: Cargo: 1.81.0 - /usr/bin/cargo Languages: Rust: 1.81.0 - /usr/bin/rustc Databases: SQLite: 3.46.1 - /usr/bin/sqlite3