2021-01-18 12:46:19 +00:00
|
|
|
import { resolve } from 'path'
|
2020-07-17 15:13:04 +00:00
|
|
|
export * from './core'
|
|
|
|
|
2021-01-18 12:46:19 +00:00
|
|
|
export const APP_DIR = resolve(__dirname, 'app')
|
|
|
|
|
2020-07-17 15:13:04 +00:00
|
|
|
export const getBuilder = () => import('./builder')
|