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 d8be23f commit ce3dc18Copy full SHA for ce3dc18
.changeset/old-lines-raise.md
@@ -0,0 +1,5 @@
1
+---
2
+"better-auth-convex": patch
3
4
+
5
+Fix npm package missing dist folder
package.json
@@ -24,6 +24,9 @@
24
"main": "./dist/index.js",
25
"module": "./dist/index.js",
26
"types": "./dist/index.d.ts",
27
+ "files": [
28
+ "dist"
29
+ ],
30
"scripts": {
31
"brl": "sh tooling/brl.sh",
32
"build": "tsdown --config tooling/tsdown.config.ts",
0 commit comments