Cipher / package.json
github-actions[bot]
Deploy from GitHub Actions: 0dd95ff32f497df4e0267d0d23cb90b3930ad264
0d27301
raw
history blame contribute delete
254 Bytes
{
"name": "cipher-backend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": ".venv\\Scripts\\activate && uvicorn app.main:app --reload --host 0.0.0.0 --port 8000",
"start": "uvicorn app.main:app --host 0.0.0.0 --port 8000"
}
}