Files
obsidian-livesync/utilsdeno/deno.json
T
2026-06-10 10:29:56 +01:00

9 lines
146 B
JSON

{
"tasks": {
"dev": "deno run --watch --allow-net main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}