deployctl
deployctl copied to clipboard
Add local dev for debugging locally
Currently, I have a project that I cannot debug. It works on my machine, but when I deploy it, it doesn't work. I would love to be able to simulate deployment on my local machine. And investigate the requests and responses.
When you say it works in your machine, do you mean using Deno CLI?
When you say it works in your machine, do you mean using Deno CLI?
Yep. some kind of dev env or even a docker would help. I think (it's been a year 😅) I was running a script and it was working on my local deno i.e. deno run but when I tried to deploy it was broken.
Anyways feel free to close this if it's not a good idea.