fix(bridge): expose nuxi command (#1599)

This commit is contained in:
Daniel Roe 2021-11-02 09:40:56 +00:00 committed by GitHub
parent 2b35e92bd7
commit b49c62b335
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 0 deletions

2
packages/bridge/bin/nuxt.mjs Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env node
import 'nuxi/cli'

View File

@ -11,6 +11,9 @@
"types.d.ts",
"dist"
],
"bin": {
"nuxi": "./bin/nuxt.mjs"
},
"scripts": {
"prepack": "unbuild"
},

View File

@ -2421,6 +2421,8 @@ __metadata:
vue: ^2
vue-router: ^3
vue-template-compiler: ^2.6.14
bin:
nuxi: ./bin/nuxt.mjs
languageName: unknown
linkType: soft