Add draft caption ingest support and dev watch workflow

This commit is contained in:
Adolfo Reyna
2026-02-28 21:30:38 -05:00
parent f0afa200b1
commit 8aa1f3addd
3 changed files with 52 additions and 11 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"test": "npx mocha test/auth.test.js",
"start": "node index.js",
"dev": "node --watch index.js",
"live-captions:test-sender": "node scripts/liveCaptionsTestSender.js",
"docker": "docker compose up -d",
"docker_restore": "docker-compose exec mongo mongorestore --db EMI_SOCIAL /dump/EMI_SOCIAL/",