#!/bin/bash

set -x

cd /home/jebba/devel/deepcrayon/multibrain

export MULTIBRAIN_CORS_ORIGINS="https://multibrain.moe,https://www.multibrain.moe,http://localhost:5173,http://localhost:5174"

source .venv/bin/activate

python -m uvicorn src.multibrain.api.main:app --reload --host 127.0.0.1 --port 8000

