badalsahani's picture
feat: chroma initial deploy
287a0bc
raw
history blame contribute delete
98 Bytes
use worker::worker_entrypoint;
#[tokio::main]
async fn main() {
worker_entrypoint().await;
}