Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
add pattern to dnt entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Feb 27, 2023
1 parent cf47fa9 commit b3a2d51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _tasks/dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ await Promise.all([
}, {
name: "./patterns/identity",
path: "./patterns/identity.ts",
}, {
name: "./patterns/size_tree",
path: "./patterns/sizeTree.ts",
}, {
name: "./server",
path: "./server/mod.ts",
Expand Down

0 comments on commit b3a2d51

Please sign in to comment.