We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5befaa7 commit d40f73fCopy full SHA for d40f73f
README.md
@@ -89,7 +89,7 @@ component by calling `use`:
89
```ts
90
// convex/convex.config.ts
91
import { defineApp } from "convex/server";
92
-import prosemirrorSync from "@convex-dev/prosemirror-sync/convex.config";
+import prosemirrorSync from "@convex-dev/prosemirror-sync/convex.config.js";
93
94
const app = defineApp();
95
app.use(prosemirrorSync);
package.json
@@ -64,6 +64,10 @@
64
"./convex.config": {
65
"types": "./dist/component/convex.config.d.ts",
66
"default": "./dist/component/convex.config.js"
67
+ },
68
+ "./convex.config.js": {
69
+ "types": "./dist/component/convex.config.d.ts",
70
+ "default": "./dist/component/convex.config.js"
71
}
72
},
73
"peerDependencies": {
0 commit comments