Skip to content

Commit cacbffe

Browse files
committed
feat: add Tauri dialog plugin and Zustand, and ignore local environment files in gitignore
1 parent 2b08c39 commit cacbffe

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

apps/desktop/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.vercel
2+
.env*.local

apps/desktop/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@radix-ui/react-tooltip": "^1.2.7",
4848
"@tanstack/react-query": "^5.83.0",
4949
"@tauri-apps/api": "^2.9.1",
50+
"@tauri-apps/plugin-dialog": "^2.6.0",
5051
"@tauri-apps/plugin-fs": "^2.4.5",
5152
"@tauri-apps/plugin-shell": "^2.3.4",
5253
"class-variance-authority": "^0.7.1",
@@ -70,7 +71,8 @@
7071
"tailwind-merge": "^2.6.0",
7172
"tailwindcss-animate": "^1.0.7",
7273
"vaul": "^0.9.9",
73-
"zod": "^3.25.76"
74+
"zod": "^3.25.76",
75+
"zustand": "^5.0.10"
7476
},
7577
"devDependencies": {
7678
"@tailwindcss/postcss": "^4.1.18",

bun.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)