Skip to content

Commit

Permalink
Update tauri notfication API (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore authored Sep 26, 2024
1 parent 7b8ae50 commit 0453d90
Show file tree
Hide file tree
Showing 12 changed files with 6,596 additions and 9,721 deletions.
1 change: 1 addition & 0 deletions apps/desktop/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
src-tauri/target
src-tauri/gen
src-tauri/capabilities
dist/
.xwin-cache
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:canary": "tauri build --config \"src-tauri/tauri.conf.canary.json\"",
"generate:commit-hash": "node scripts/generate-commit-hash.js",
"lint": "eslint",
"clean": "rm -rf dist .turbo node_modules",
"clean": "rm -rf dist .turbo node_modules src-tauri/target",
"check:format": "prettier --check 'src/**/*.{ts,js,tsx,jsx}'",
"format": "prettier --write .",
"build:desktop": "tauri build",
Expand Down
Loading

0 comments on commit 0453d90

Please sign in to comment.