nexe icon indicating copy to clipboard operation
nexe copied to clipboard

pass params to executable file

Open fukemy opened this issue 1 year ago • 0 comments

hi, I have many mode like this in package.json:

"scripts": {
    "start": "nodemon index.js",
    "start-avoid-cert": "nodemon index.js --avoid-cert",
    "test": "echo \"Error: no test specified\" && exit 1"
  },

After build executable file, how can I run this with mode from above? Thanks so much

fukemy avatar Sep 25 '24 08:09 fukemy