bas-remote-dev/deno.json
Jānis Jansons 93613c9753
Some checks failed
Playwright Tests / test (push) Failing after 51s
Initial commit
2024-12-10 21:34:36 +02:00

10 lines
146 B
JSON

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