kj-1010-1414
kj-1010-1414
DDeno
Created by kj-1010-1414 on 3/4/2024 in #help
How to Restart Server Manually
I run Hono framework with Deno. I run the server using task script deno run -A --watch ./server/main.js. But somehow, I want to watch changes in a directory which is out of reach and restart the server when a change occur in that directory. I guess I need --watch programmatically. I tried looking in the docs but found none. So, how can I watch and restart server manually?
3 replies
DDeno
Created by kj-1010-1414 on 1/27/2024 in #help
Remove Dependencies from `deno.lock` file
Hello, Somewhere in the code, I did import postgres from npm:postgres. This import is the written to deno.lock as dependencies. Now I don't use that library anymore. How do I remove this dependency from deno.lock file?
5 replies