mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-03 21:57:58 +01:00
cli: make it executable
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env node
|
||||||
import { defineCommand, runMain } from 'citty'
|
import { defineCommand, runMain } from 'citty'
|
||||||
import init from './commands/init.mjs'
|
import init from './commands/init.mjs'
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nuxt/ui-cli",
|
"name": "@nuxt/ui-cli",
|
||||||
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.mjs"
|
".": "./index.mjs"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user