🧱 Project Structure

How to structure a deno project

Updated Deno Config

deno.json
{
  "tasks": {
    "dev": "deno serve --watch -A src/main.ts",
    "test": "deno test tests/",
  }
}

Questions? Let's chat

Open Discord