Skip to content

Commit

Permalink
distribution format (#21)
Browse files Browse the repository at this point in the history
BlowaterNostr authored Jun 13, 2024
1 parent f6c8a23 commit 810db2f
Showing 3 changed files with 16,783 additions and 7 deletions.
17 changes: 10 additions & 7 deletions deno.json
Original file line number Diff line number Diff line change
@@ -5,28 +5,31 @@
"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": [
"**/_fresh/*"
],
"imports": {
"$fresh/": "https://deno.land/x/fresh@1.6.7/",
"preact": "https://esm.sh/preact@10.19.6",
"preact/": "https://esm.sh/preact@10.19.6/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.2.2",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.5.1",
"tailwindcss": "npm:tailwindcss@3.4.1",
"tailwindcss/": "npm:/tailwindcss@3.4.1/",
"tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js",
"$std/": "https://deno.land/std@0.216.0/"
"tailwindcss/plugin": "npm:/tailwindcss@3.4.1/plugin.js"
},
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "preact",
"lib": [
"deno.unstable"
"deno.unstable",
"dom"
],
"noImplicitAny": false
},
3 changes: 3 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
@@ -22,3 +22,6 @@ test: fmt
cov:
deno coverage coverage --html
file_server -p 4508 coverage/html

bundle:
deno bundle main.ts mod.ts
16,770 changes: 16,770 additions & 0 deletions mod.ts

Large diffs are not rendered by default.

0 comments on commit 810db2f

Please sign in to comment.