dummy-payment-server/deno.json

8 lines
156 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",
"dev": "deno run -A --unstable --watch main.ts"
2023-08-18 11:44:07 +00:00
}
2023-01-11 09:52:15 +00:00
}