Skip to content

Commit c5c499b

Browse files
Update convex import paths in package.json (#1386)
## Description pretty self explanatory. the current path doesn't exist and gives an error when trying to deploy <img width="1620" height="682" alt="CleanShot 2025-11-15 at 19 38 29@2x" src="https://github.com/user-attachments/assets/dadf41ee-5e53-49a6-a895-860840f2c404" /> ## Documentation Does this require changes to the WorkOS Docs? E.g. the [API Reference](https://workos.com/docs/reference) or code snippets need updates. - [ ] Yes If yes, link a related docs PR and add a docs maintainer as a reviewer. Their approval is required.
1 parent b48e27a commit c5c499b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
"require": "./lib/cjs/index.cjs"
9898
},
9999
"convex": {
100-
"import": "./lib/index.worker.js",
101-
"default": "./lib/index.worker.js"
100+
"import": "./lib/esm/index.worker.js",
101+
"default": "./lib/cjs/index.worker.cjs"
102102
},
103103
"import": "./lib/esm/index.js",
104104
"require": "./lib/cjs/index.cjs",

0 commit comments

Comments
 (0)