UNPKG

@roots/bud-server

Version:

Development server for @roots/bud

9 lines (8 loc) 173 B
/** * Development server * * @see https://bud.js.org * @see https://github.com/roots/bud */ import { Server } from '@roots/bud-server/service'; export default Server;