Deno version

This commit is contained in:
2025-05-13 21:56:41 +02:00
parent f9cf455cf8
commit 3d69229114
5 changed files with 136 additions and 0 deletions

9
base-deno/deno.json Normal file
View 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"
}
}