Add missing dep to bridge worker

This commit is contained in:
Darren Clarke 2024-06-25 08:29:41 +02:00
parent 4c8140d46a
commit 5ab8647c40

View file

@ -13,6 +13,7 @@
"dependencies": { "dependencies": {
"@hapi/wreck": "^18.1.0", "@hapi/wreck": "^18.1.0",
"@link-stack/bridge-common": "*", "@link-stack/bridge-common": "*",
"@link-stack/signal-api": "*",
"fluent-ffmpeg": "^2.1.3", "fluent-ffmpeg": "^2.1.3",
"graphile-worker": "^0.16.6", "graphile-worker": "^0.16.6",
"html-to-text": "^9.0.5", "html-to-text": "^9.0.5",