dummy-payment-server/deno.json
Jonatan Witoszek e33d0f461c
Initial commit
2023-01-11 10:52:15 +01:00

6 lines
90 B
JSON

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