Files
windmill/backend/tests/api/deno.json
T

10 lines
167 B
JSON

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