Files
remanso-jetstream/deno.json
2026-02-08 23:37:05 +01:00

10 lines
234 B
JSON

{
"tasks": {
"dev": "deno run --watch --allow-net --allow-read --allow-write main.ts",
"migrate": "deno run --allow-read --allow-write src/migrations/init.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}