UNPKG

@nodearch/express

Version:
15 lines 369 B
import { App } from '@nodearch/core'; export class ExpressApp extends App { constructor(options) { super({ components: { url: new URL('components', import.meta.url) }, config: options, logs: { prefix: 'Express' } }); } } //# sourceMappingURL=main.js.map