dummy-payment-server/deno.json
2023-08-18 13:44:07 +02:00

6 lines
103 B
JSON

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