File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ npm install @convex-dev/workpool
269269``` ts
270270// convex/convex.config.ts
271271import { defineApp } from " convex/server" ;
272- import workpool from " @convex-dev/workpool/convex.config" ;
272+ import workpool from " @convex-dev/workpool/convex.config.js " ;
273273
274274const app = defineApp ();
275275app .use (workpool , { name: " emailWorkpool" });
Original file line number Diff line number Diff line change 5555 "./convex.config" : {
5656 "types" : " ./dist/component/convex.config.d.ts" ,
5757 "default" : " ./dist/component/convex.config.js"
58+ },
59+ "./convex.config.js" : {
60+ "types" : " ./dist/component/convex.config.d.ts" ,
61+ "default" : " ./dist/component/convex.config.js"
5862 }
5963 },
6064 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments