ARC / package.json
github-actions[bot]
Deploy from GitHub Actions: df12f0dffbbb25b28e353981e621b4fe6afd80f0
f6a4c20
raw
history blame contribute delete
251 Bytes
{
"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"
}
}