feat(FN-002): complete Step 3 — FastAPI Backend App Skeleton
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "@headquarter/api",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": ".venv/bin/uvicorn app.main:app --reload --port 8000",
|
||||
"build": "echo 'Python build step skipped (no compilation required)'",
|
||||
"lint": ".venv/bin/ruff check app tests",
|
||||
"test": ".venv/bin/pytest",
|
||||
"typecheck": ".venv/bin/mypy app tests"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user