define workspace

This commit is contained in:
vorotamoroz
2026-06-17 04:01:45 +01:00
parent 18a59219f7
commit 5a35b71339
17 changed files with 1453 additions and 710 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"tasks": {
"dev": "deno run --watch --allow-net main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}