how to get process.argv in npm scripts for nuxt3

43 Views Asked by At

is there any way to get process.argv 001 in the following npm script code

"scripts": {
    "build": "nuxt build",
    "dev": "nuxt dev --theme=001",
    "generate": "nuxt generate",
    "preview": "nuxt preview",
    "postinstall": "nuxt prepare"
  },
0

There are 0 best solutions below