Skip to content

Commit

Permalink
fix: schema exports types
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorpfiz committed May 10, 2024
1 parent 36902f5 commit fb3677f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"default": "./src/client.ts"
},
"./schema": {
"types": "./dist/schema.d.ts",
"types": "./dist/schema/index.d.ts",
"default": "./src/schema/index.ts"
}
},
Expand Down
1 change: 1 addition & 0 deletions packages/db/src/schema/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./auth";
export * from "./profile";
export * from "./report";
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fb3677f

Please sign in to comment.