Improve sidebar filter suggestions (#477)

This commit is contained in:
Gregory Schier
2026-06-20 00:10:05 -07:00
committed by GitHub
parent 3de9a1edd4
commit 8109a28967
11 changed files with 300 additions and 125 deletions
+1
View File
@@ -75,6 +75,7 @@
"start": "npm run client:dev",
"client:build": "node scripts/run-build.mjs client",
"client:dev": "node scripts/run-dev.mjs client",
"client:bundle": "node scripts/run-build.mjs client --config crates-tauri/yaak-app-client/tauri.release.conf.json --no-sign",
"proxy:build": "node scripts/run-build.mjs proxy",
"proxy:dev": "node scripts/run-dev.mjs proxy",
"migration": "node scripts/create-migration.cjs",