@magic/core
Version:
@magic core. generate static pages and serverless lambdas. ~5kb client boilerplate.
9 lines (8 loc) • 356 B
JavaScript
export { clean } from './clean/index.mjs'
export { connect } from './connect/index.mjs'
export { prepare } from './prepare/index.mjs'
export { publish } from './publish/index.mjs'
export { serve } from './serve/index.mjs'
export { transpile } from './transpile/index.mjs'
export { watch } from './watch/index.mjs'
export { write } from './write/index.mjs'