mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-09-16 06:42:02 +02:00
Add scripts for running Yaak in a browser (#664)
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 5
parent
881cff472d
commit
48889b6550
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user