Skip to content

Commit

Permalink
fix module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Oct 18, 2023
1 parent 9567365 commit e0decbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export * from "./src/dagger/index.ts";
export * as queries from "./src/dagger/queries.ts";
export { schema } from "./src/dagger/schema.ts";

0 comments on commit e0decbd

Please sign in to comment.