cipher / package.json
github-actions[bot]
Deploy from GitHub Actions: 2102402298117e42dec79bf4aa47771a45837092
ece06f3
Raw
History Blame Contribute Delete
242 Bytes
{
"name": "cipher-backend",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "uv run uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload",
"start": "uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload"
}
}