File size: 251 Bytes
f6a4c20
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
{
  "name": "arc-backend",
  "version": "2.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"
  }
}