denon
denon copied to clipboard
👀 Monitor any changes in your Deno application and automatically restart.
hello! mac os message is error: Uncaught Error: Import 'https://deno.land/x/denon@$%7BVERSION%7D/mod.ts' failed: 404 Not Found Help deal with it thank you
**Describe the bug** I run `denon start` and I got this error: ``` Uncaught (in promise) NotFound: No such file or directory (os error 2) return Deno.run(options); ^ at Object.opSync...
**Describe the bug** The hot reload is not working on Docker using the image denoland/deno:1.10.3 **To Reproduce** Steps to reproduce the behavior: 1 - Download a simple project here: https://github.com/icaroNZ/denon-reload-problem...
Hi, all. First, thanks for the awesome work here. Now, I couldn't find anywhere a proper "live reload" working example in the broader deno community. It seems very few, specific...
**Describe the bug** The contents of https://deno.land/x/denon/schema.json (which is what appears on the README) differs from https://github.com/denosaurs/denon/blob/main/schema.json. Specifically, #151, which renames the `importmap` script option, invalidates the current schema, causing...
Relate #92 - Remove exactly option in `args` instead of `args[0]` (use `Array.protpty.splice` to remove) - Chang option `--config`, '-c' to `--cfg` (conflict option with deno) - Fixed wrong version...
I am getting the following exception in the console [*] [daem] restarting due to changes... error: Uncaught (in promise) Error: not implemented p.kill("SIGKILL"); ^ at deno:core/01_core.js:106:46 at unwrapOpResult (deno:core/01_core.js:126:13) at...
error: TS2339 [ERROR]: Property 'signal' does not exist on type 'typeof Deno'. await Deno.signal(s); ~~~~~~ at https://deno.land/x/[email protected]/src/daemon.ts:157:22
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when (...) **Describe the solution you'd...
**Situation** I often have 2 terminals open with denon running my tests each time I change a test `tests/**/*.test.ts` but only restarting my application when the actual application `src/**/*.ts` changes....