Files
box/packages/bootstrap/src/start.ts
Morten Olsen 772d078649 stuff
2025-10-29 23:58:02 +01:00

8 lines
223 B
TypeScript

import { Services } from '@morten-olsen/box-utils/services';
import { BootstrapService } from './bootstrap.js';
const services = new Services();
const bootstrap = services.get(BootstrapService);
await bootstrap.ensure();