dummy-payment-server/deno.json
2023-08-18 14:54:57 +02:00

7 lines
156 B
JSON

{
"importMap": "./import_map.json",
"tasks": {
"start": "deno run -A --unstable main.ts",
"dev": "deno run -A --unstable --watch main.ts"
}
}