prolerev-not-a-scrape-that-.../deno.jsonc
2025-05-05 22:41:53 +02:00

13 lines
243 B
Plaintext

{
"tasks": {
"copy-static": "cp -r static/* build/",
"build": {
"command": "deno run -RWN main.ts",
"dependencies": ["copy-static"],
},
},
"fmt": {
"indentWidth": 4,
},
}