File size: 242 Bytes
0d27301
 
ece06f3
0d27301
 
ece06f3
3e46134
0d27301
 
1
2
3
4
5
6
7
8
9
10
{
  "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"
  }
}