boilerplate-lambda-container/containers/hello-openapi/deno.json

6 lines
73 B
JSON

{
"tasks": {
"start": "deno run --allow-net --watch main.ts"
}
}