Nuxt/packages/cli/src/index.js

11 lines
320 B
JavaScript
Raw Normal View History

import * as _commands from './commands'
import * as _imports from './imports'
export const commands = _commands
export const imports = _imports
export { default as NuxtCommand } from './command'
export { default as setup } from './setup'
export { default as run } from './run'
export { loadNuxtConfig } from './utils'