dummy-payment-server/deno.json

7 lines
103 B
JSON
Raw Normal View History

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