You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
michael-spengler
changed the title
Question: Is there something like this for pm2
Question / Potential Feature Request: Does it make sense to have something like that for pm2 features?
Aug 26, 2020
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
The text was updated successfully, but these errors were encountered: