Skip to content

Commit

Permalink
Export jwt (useful for val.build cloud)
Browse files Browse the repository at this point in the history
  • Loading branch information
freekh committed Aug 28, 2023
1 parent 9364613 commit 34a0549
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-trainers-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@valbuild/server": patch
---

Export jwt (useful in val.build cloud)
1 change: 1 addition & 0 deletions packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export { formatSyntaxErrorTree } from "./patch/ts/syntax";
export { LocalValServer } from "./LocalValServer";
export { createFixPatch } from "./createFixPatch";
export { PatchJSON } from "./patch/validation";
export * from "./jwt";

0 comments on commit 34a0549

Please sign in to comment.