UNPKG

@electrojet/core

Version:

Build scripts for use with create-electrojet

10 lines (8 loc) 210 B
const start = require('./src/commands/start'); const build = require('./src/commands/build'); const { getConfig } = require('./src/extensions/get-config'); module.exports = { start, build, getConfig, };