Ben Smith

Results 2 comments of Ben Smith

Not sure if this will work for everyone but I fixed the issue by just not using optional chaining on the `.env` e.g. `process?.env?.NODE_ENV` = error `process.env?.NODE_ENV` = fixed 🚀

Semi related to this question - is it possible to restart all scripts via code as opposed to manually hitting a key? Or pause/resume other scripts from your own script?