mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +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 init from './commands/init.mjs'
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "@nuxt/ui-cli",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./index.mjs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user