We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff4670 commit c307faaCopy full SHA for c307faa
package.json
@@ -13,6 +13,7 @@
13
"lint": "eslint .",
14
"lint:fix": "eslint --fix .",
15
"nuxi": "node ./packages/nuxi/bin/nuxi.mjs",
16
+ "nuxt": "node ./packages/nuxt-cli/bin/nuxi.mjs",
17
"nuxi-bun": "bun --bun ./packages/nuxi/bin/nuxi.mjs",
18
"prepack": "pnpm -r build",
19
"test:types": "tsc --noEmit",
0 commit comments