basic version working
This commit is contained in:
commit
39f6e99abe
11 changed files with 782 additions and 0 deletions
11
deno.json
Normal file
11
deno.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"tasks": {
|
||||
"dev": "deno run -A --watch src/index.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"@std/async": "jsr:@std/async@^1.0.15",
|
||||
"@std/encoding": "jsr:@std/encoding@^1.0.10",
|
||||
"@std/http": "jsr:@std/http@^1.0.21"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue