dummy-payment-server/deno.json

7 lines
90 B
JSON
Raw Normal View History

2023-01-11 09:52:15 +00:00
{
"importMap": "./import_map.json",
"tasks": {
"start": "deno run -A -r main.ts"
}
}