Skip to content

Commit

Permalink
feat: add nest.land support
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Jun 15, 2020
1 parent 7096f33 commit e809571
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions egg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "denon",
"description": "Monitor any changes in you Deno application and automatically restart.",
"stable": true,
"version": "2.1.0",
"files": [
"./README.md",
"./deps.ts",
"./test_deps.ts",
"./denon.ts",
"./denon.config.ts",
"./mod.ts",
"./templates/**/*",
"./src/**/*"
]
}

0 comments on commit e809571

Please sign in to comment.