bas-remote-dev/deno.json
Jānis Jansons c70a1d2806
Some checks failed
Playwright Tests / test (push) Failing after 2m3s
Initial commit
2024-12-10 14:32:17 +02:00

10 lines
146 B
JSON

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