Skip to content

Commit c6bc0ab

Browse files
authored
Fix download worker server entrypoint (#461)
* fix: update download worker path in package.json to reflect new directory structure * fix: correct download worker path in package.json to align with updated directory structure
1 parent db9d66e commit c6bc0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start:fe:worker": "node dist/app/servers/frontendWorker.js",
1515
"start:download": "node dist/app/servers/download.js",
1616
"start:download:api": "node dist/app/apis/download.js",
17-
"start:download:worker": "node dist/servers/downloadWorker.js",
17+
"start:download:worker": "node dist/app/servers/downloadWorker.js",
1818
"lint": "eslint . "
1919
},
2020
"dependencies": {

0 commit comments

Comments
 (0)