Skip to main content
Module

x/apiland/deno.jsonc

The API server for deno.land
Go to Latest
File
{ "fmt": { "files": { "exclude": [ "mocks" ] } }, "importMap": "./import-map.json", "tasks": { "dev": "deno run --check --unstable --allow-net --allow-hrtime --allow-env --allow-read=. main.ts", "test": "deno test --allow-net --allow-hrtime --allow-env --allow-read=." }}