We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2332b54 commit e765845Copy full SHA for e765845
2 files changed
package.json
@@ -5,7 +5,7 @@
5
"url": "git+https://github.com/codeErrorSleep/dbpaw.git"
6
},
7
"private": true,
8
- "version": "0.2.2",
+ "version": "0.2.3",
9
"type": "module",
10
"scripts": {
11
"dev": "vite",
@@ -106,8 +106,9 @@
106
"@types/react-dom": "^19.1.6",
107
"@vitejs/plugin-react": "^4.6.0",
108
"prettier": "^3.8.1",
109
+ "rollup-plugin-visualizer": "^7.0.1",
110
"tailwindcss": "4.1.12",
111
"typescript": "~5.8.3",
112
"vite": "^7.0.4"
113
}
-}
114
+}
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "DbPaw",
4
"identifier": "com.father.dbpaw",
"build": {
"beforeDevCommand": "bun run dev",
0 commit comments