TIA / boot.ts
DJ-Goanna-Coding's picture
Upload folder using huggingface_hub
fa3ed75 verified
raw
history blame contribute delete
76 Bytes
import { boot } from "./start";
export function runCitadel() {
boot();
}