Add scripts for running Yaak in a browser (#664)

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Gregory Schier
2026-09-15 10:12:53 -07:00
committed by GitHub
co-authored by Claude Opus 5
parent 881cff472d
commit 48889b6550
5 changed files with 141 additions and 17 deletions
+5
View File
@@ -83,6 +83,11 @@
"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",
"web:dev": "run-p web:dev:*",
"web:dev:app": "node scripts/run-web.mjs dev",
"web:dev:proxy": "node scripts/run-web.mjs proxy",
"web:build": "node scripts/run-web.mjs build",
"web:serve": "node scripts/run-web.mjs serve",
"migration": "node scripts/create-migration.cjs",
"build": "npm run --workspaces --if-present build",
"test": "npm run --workspaces --if-present test",