Nuxt/lib/index.js

5 lines
117 B
JavaScript
Executable File

import * as core from './core'
import * as builder from './builder'
export default Object.assign({}, core, builder)