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
In an application built with the podlet server we use the commands of the podlet server to start the process etc. In the applications package.json one end up with ex things like this:
In an application built with the podlet server we use the commands of the podlet server to start the process etc. In the applications
package.json
one end up with ex things like this:At the moment the commands in the podlet server is not "forwarding" additional arguments to the node.js process.
Example: In the case of profiling a node.js process node.js has an
--inspect
which enables a profiler. One normally start an application like so:Though; when using the podlet server commands in an app the
--inspect
argument as so:is not forwarded to the node.js process and the profiler is not enabled.
The following is not working either:
We should "forward" these.
The text was updated successfully, but these errors were encountered: