Add server: Express web UI + API for remote audio description generation with job queue, basic auth, resumable processing, subtitles, and muxing
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
"build": "tsc",
|
||||
"start": "node dist/cli/index.js",
|
||||
"dev": "ts-node src/cli/index.ts",
|
||||
"server": "ts-node src/server/index.ts",
|
||||
"server:build": "node dist/server/index.js",
|
||||
"test": "jest",
|
||||
"lint": "eslint src/**/*.ts",
|
||||
"prepublishOnly": "npm run build"
|
||||
|
||||
Reference in New Issue
Block a user