From e8095718f4ee8e99723be852434e0bc63bb68f70 Mon Sep 17 00:00:00 2001 From: Qu4k Date: Mon, 15 Jun 2020 19:45:28 +0200 Subject: [PATCH] feat: add nest.land support --- egg.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 egg.json diff --git a/egg.json b/egg.json new file mode 100644 index 0000000..9235062 --- /dev/null +++ b/egg.json @@ -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/**/*" + ] +}