Ignore generated OpenAPI types
This commit is contained in:
14
fastapi_demo/package.json
Normal file
14
fastapi_demo/package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user