We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4726704 commit bbd787bCopy full SHA for bbd787b
package.json
@@ -28,6 +28,7 @@
28
"start": "node index.js",
29
"build": "cd ui && npm install && npm run build",
30
"dev": "cd ui && npm run dev",
31
+ "tauri": "tauri",
32
"tauri:dev": "npx tauri dev",
33
"tauri:build": "npx tauri build",
34
"sidecar": "node sidecar.js"
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
3
"productName": "Agentlytics",
4
- "version": "0.2.0",
+ "version": "0.2.1",
5
"identifier": "com.agentlytics.app",
6
"build": {
7
"beforeDevCommand": "cd ui && npm run dev -- --host",
0 commit comments