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 c094fc8 commit a71dd93Copy full SHA for a71dd93
README.md
@@ -70,7 +70,7 @@ component by calling `use`:
70
```ts
71
// convex/convex.config.ts
72
import { defineApp } from "convex/server";
73
-import migrations from "@convex-dev/migrations/convex.config";
+import migrations from "@convex-dev/migrations/convex.config.js";
74
75
const app = defineApp();
76
app.use(migrations);
package.json
@@ -51,6 +51,10 @@
51
"./convex.config": {
52
"types": "./dist/component/convex.config.d.ts",
53
"default": "./dist/component/convex.config.js"
54
+ },
55
+ "./convex.config.js": {
56
+ "types": "./dist/component/convex.config.d.ts",
57
+ "default": "./dist/component/convex.config.js"
58
}
59
},
60
"peerDependencies": {
0 commit comments