JulienChapron/simple-address-book

View on GitHub
server/scripts.json

Summary

Maintainability
Test Coverage
{
  "$schema": "https://deno.land/x/denon@2.4.7/schema.json",
  "scripts": {
    "start": {
      "cmd": "deno run app.ts",
      "desc": "run my app.ts file"
    }
  }
}