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();