mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(jobs)!: SnapOtter 2.0 phase 2 job spine: async queues, worker pools, object storage, admin dashboard (#217)
This commit is contained in:
@@ -117,6 +117,8 @@ export default defineConfig({
|
||||
jsqr: path.join(apiNodeModules, "jsqr"),
|
||||
pdfkit: path.join(apiNodeModules, "pdfkit"),
|
||||
sharp: path.join(apiNodeModules, "sharp"),
|
||||
ioredis: path.join(apiNodeModules, "ioredis"),
|
||||
bullmq: path.join(apiNodeModules, "bullmq"),
|
||||
"openid-client": path.join(apiNodeModules, "openid-client"),
|
||||
"opentype.js": path.join(apiNodeModules, "opentype.js"),
|
||||
"posthog-node": path.join(apiNodeModules, "posthog-node"),
|
||||
|
||||
Reference in New Issue
Block a user