Skip to content

Commit

Permalink
fix: export entire schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aericio committed May 29, 2024
1 parent 0a25c7d commit 19d764a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,4 +263,4 @@ export default function initializeDatabase({ connectionUri, }: {
}>;
};
export * from "./types";
export { CosmeticSchema, PlayerSchema } from "./schema";
export * from "./schema";
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

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

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ export default function initializeDatabase({
}

export * from "./types";
export { CosmeticSchema, PlayerSchema } from "./schema";
export * from "./schema";

0 comments on commit 19d764a

Please sign in to comment.