Skip to main content
Module

x/netzo/deno.jsonc

Netzo - roll out internal tools faster
Go to Latest
File
{ "fmt": { "semiColons": false, "singleQuote": true }, "tasks": { "test": "deno test --allow-env --allow-net --allow-read", "check": "deno fmt --check && deno lint", "deploy": "deno run --allow-env --allow-net --allow-read scripts/deploy-templates.ts", "types:generate": "deno types > deno-runtime-types.ts" // templates: "dev:fresh": "deno task --cwd=templates/fresh/src dev" }}