🧱 Project Structure
How to structure a deno project
Updated Deno Config
{
"tasks": {
"dev": "deno serve --watch -A src/main.ts",
"test": "deno test tests/",
}
}
How to structure a deno project
{
"tasks": {
"dev": "deno serve --watch -A src/main.ts",
"test": "deno test tests/",
}
}