File size: 86 Bytes
fa3ed75
 
 
 
 
1
2
3
4
5
6
import { startCitadel } from "./index";

export function boot() {
  startCitadel();
}