Commit Graph

4 Commits

Author SHA1 Message Date
Rodney Osodo 110f07a401 chore(version): populate cargo.toml and package.json with correct values
Setup the version as 0.0.1 add description, keywords license and author
2025-06-11 11:30:57 +03:00
Rodney Osodo 9ba713b910 style(biome): add TS linter
Add biome as TS linter and formatter. Also added the config files for biome
2025-06-11 09:42:38 +03:00
Rodney Osodo 68d4eb808f fix(build): add no strip flag when building
This is related to https://github.com/tauri-apps/tauri/issues/8929
The issue arises from linuxdeploy side
The current solution is to add NO_STRIP=true before building the application

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2025-06-11 08:42:08 +03:00
Rodney Osodo b2e34febc1 WIP: setup tauri application
Use bun create tauri-app to setup tauri application and make sure it is running locally

Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2025-06-11 08:42:08 +03:00