mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-18 09:25:54 +00:00
fix(bridge): expose nuxi
command (#1599)
This commit is contained in:
parent
2b35e92bd7
commit
b49c62b335
2
packages/bridge/bin/nuxt.mjs
Executable file
2
packages/bridge/bin/nuxt.mjs
Executable file
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
import 'nuxi/cli'
|
@ -11,6 +11,9 @@
|
||||
"types.d.ts",
|
||||
"dist"
|
||||
],
|
||||
"bin": {
|
||||
"nuxi": "./bin/nuxt.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"prepack": "unbuild"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user