Deno version
This commit is contained in:
9
base-deno/deno.json
Normal file
9
base-deno/deno.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-write main.ts",
|
||||
"devwatch": "deno run --allow-write --watch main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user