{ "name": "fastapi-vue-dev", "private": true, "version": "0.1.0", "scripts": { "dev": "concurrently -n api,web \"python -m uvicorn fastapi_demo.app.main:app --reload --host 127.0.0.1 --port 8000\" \"npm --prefix frontend run dev\"", "gen:api": "npm --prefix frontend run gen:api", "build": "npm --prefix frontend run build", "preview": "npm --prefix frontend run preview" }, "devDependencies": { "concurrently": "^9.0.0" } }