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
Can we add ...(options.args || []) to the final bit? Or however we get args thru with nodemon. For instance, my node build via esbuild needs --port=xyz and --hostname=xyz etc. Some i can pass thru the env, but not all
The text was updated successfully, but these errors were encountered:
Problem
I need to add
--flags
and args to my process, but no such provision exists.Discussion
nx-plugins/libs/nx-esbuild/src/executors/serve/executor.ts
Line 89 in 980cdc1
Can we add
...(options.args || [])
to the final bit? Or however we get args thru with nodemon. For instance, my node build via esbuild needs--port=xyz
and--hostname=xyz
etc. Some i can pass thru the env, but not allThe text was updated successfully, but these errors were encountered: