Skip to content

Commit

Permalink
distribution format
Browse files Browse the repository at this point in the history
  • Loading branch information
BlowaterNostr committed Jun 13, 2024
1 parent f6c8a23 commit 5e89c50
Show file tree
Hide file tree
Showing 3 changed files with 16,780 additions and 1 deletion.
8 changes: 7 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
"fresh",
"recommended"
],
"exclude": ["require-await", "require-yield", "no-unused-vars", "no-empty"]
"exclude": [
"require-await",
"require-yield",
"no-unused-vars",
"no-empty",
"mod.ts"
]
}
},
"exclude": [
Expand Down
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ test: fmt
cov:
deno coverage coverage --html
file_server -p 4508 coverage/html

bundle:
deno bundle main.ts mod.ts
Loading

0 comments on commit 5e89c50

Please sign in to comment.