deployctl icon indicating copy to clipboard operation
deployctl copied to clipboard

Add local dev for debugging locally

Open omar2205 opened this issue 3 years ago • 2 comments

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.

omar2205 avatar Jul 03 '22 05:07 omar2205

When you say it works in your machine, do you mean using Deno CLI?

arnauorriols avatar Nov 29 '23 11:11 arnauorriols

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.

omar2205 avatar Nov 29 '23 11:11 omar2205