Skip to content

Commit

Permalink
remove GraphQL, use jsdocs for exported functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Dec 1, 2023
1 parent bdfc989 commit 5c2b478
Show file tree
Hide file tree
Showing 14 changed files with 93 additions and 497 deletions.
4 changes: 1 addition & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"tasks": {
"esm:add": "deno run -A https://esm.sh/v128 add",
"esm:update": "deno run -A https://esm.sh/v128 update",
"esm:remove": "deno run -A https://esm.sh/v128 remove",
"schema": "deno run -A src/dagger/schema.ts",
"clean": "rm -rf gen schema.graphql"
"esm:remove": "deno run -A https://esm.sh/v128 remove"
},
"fmt": {
"exclude": [
Expand Down
95 changes: 48 additions & 47 deletions deno.lock

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

Loading

0 comments on commit 5c2b478

Please sign in to comment.