chore: initialize repo
This commit is contained in:
14
deno.json
Normal file
14
deno.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --watch main.ts",
|
||||
"serve": "deno run --allow-net --allow-read https://deno.land/std@0.200.0/http/file_server.ts .",
|
||||
"bundle": "deno run --allow-read --allow-write=\"dist/\" --allow-net --allow-env build.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@deno/esbuild-plugin": "jsr:@deno/esbuild-plugin@^1.2.1",
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"esbuild": "npm:esbuild@^0.27.3",
|
||||
"effect": "npm:effect@^3.19.19",
|
||||
"lit": "npm:lit@^2.7.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user