node-dev icon indicating copy to clipboard operation
node-dev copied to clipboard

Support explicitly passing config file using CLI option or env var

Open yehonatanz opened this issue 1 year ago • 0 comments

It would be great if once could pass a --node-dev-config or NODE_DEV_CONFIG path. My use case is a monorepo where I'd love to have a single .node-dev.json instead of duplicating it for each app.

Alternatively, recursive resolution of .node-dev.json file, searching parent dirs of the current script would also address my use case.

I'm open to implementing whatever option we choose myself 😊

yehonatanz avatar Mar 21 '24 09:03 yehonatanz