File size: 76 Bytes
fa3ed75
 
 
 
 
1
2
3
4
5
6
import { boot } from "./start";

export function runCitadel() {
  boot();
}