These things are still somehow abstract for me - so sorry if it is a not so valuable question / remark.
What I'm looking for is being able to write something like
pm2 start https://deno.land/x/.../app.ts --interpreter="deno" --interpreter-args="run --allow-net"
instead of cloning things onto my server and then writing something like
pm2 start app.ts --interpreter="deno" --interpreter-args="run --allow-net"
From my perspective this seems similar like dpx - and brings in the "process manager" features...
I also raised this via the following issue but this seemed to be the wrong place:
denoland/deno#7137