Update to latest code from vercel examples
This commit is contained in:
parent
ee0c89cfcf
commit
44f3541316
6 changed files with 2626 additions and 18 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"scripts": {
|
||||
"fastapi-dev": "pip3 install -r requirements.txt && python3 -m uvicorn api.index:app --reload",
|
||||
"next-dev": "next dev",
|
||||
"dev": "concurrently \"npm run next-dev\" \"npm run fastapi-dev\"",
|
||||
"dev": "concurrently \"pnpm run next-dev\" \"pnpm run fastapi-dev\"",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
"concurrently": "^8.0.1",
|
||||
"eslint": "8.41.0",
|
||||
"eslint-config-next": "13.4.4",
|
||||
"next": "13.4.4",
|
||||
"next": "13.4.13",
|
||||
"postcss": "8.4.23",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue