Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DJ-Goanna-Coding
/
TIA
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TIA
/
start.ts
DJ-Goanna-Coding
Upload folder using huggingface_hub
fa3ed75
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
86 Bytes
import
{ startCitadel }
from
"./index"
;
export
function
boot
(
) {
startCitadel
();
}