Skip to content
Permalink
8d14cd4781
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (8 sloc) 327 Bytes
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/config'
You can’t perform that action at this time.