We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c192b commit 5d8277bCopy full SHA for 5d8277b
package.json
@@ -18,6 +18,7 @@
18
"action": "genaiscript run action-video-issue-analyzer --github-workspace --pull-request-comment --no-run-trace --out-output $GITHUB_STEP_SUMMARY",
19
"start": "WHISPERASR_API_BASE=http://whisper:9000 npm run action",
20
"dev": "clear && GITHUB_ISSUE=1 DEBUG=script npm run action",
21
+ "serve": "npm run whisperasr:start && genaiscript serve",
22
"release": "sh release.sh"
23
}
24
0 commit comments