feat: Add Deno build task and simple HTTP server
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts"
|
||||
"dev": "deno run --watch main.ts",
|
||||
"build": "deno run build.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1"
|
||||
|
||||
Reference in New Issue
Block a user