Skip to content

Commit

Permalink
feat: add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
nmrgt committed Nov 14, 2024
1 parent 1b1297f commit af30158
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/deno.lock

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

1 change: 1 addition & 0 deletions api/src/deps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// @deno-types="npm:@types/node@^20"
import http from "node:http";
import process from "node:process";
export * as superstruct from "jsr:@superstruct/core@^2";
import "npm:reflect-metadata@^0.2";
export { Buffer } from "node:buffer";
export {
Expand Down

0 comments on commit af30158

Please sign in to comment.