stuff
This commit is contained in:
7
packages/bootstrap/src/start.ts
Normal file
7
packages/bootstrap/src/start.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
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();
|
||||
Reference in New Issue
Block a user