diff options
author | WlodekM <[email protected]> | 2025-01-24 11:08:24 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2025-01-24 11:08:24 +0200 |
commit | 8358d211ae3d6559956b6727bd35666429059f81 (patch) | |
tree | b1a852af150a69ea05ab894fa9ffa55f76dae865 /deno.json |
definitely the first commit
Diffstat (limited to 'deno.json')
-rw-r--r-- | deno.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..5b320c2 --- /dev/null +++ b/deno.json @@ -0,0 +1,8 @@ +{ + "tasks": { + "dev": "deno run --watch main.ts" + }, + "imports": { + "@std/assert": "jsr:@std/assert@1" + } +} |