Problem
I need to add --flags and args to my process, but no such provision exists.
Discussion
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