Update to latest code from vercel examples

This commit is contained in:
Joey Yakimowich-Payne 2023-08-09 10:09:29 -06:00
commit 44f3541316
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
6 changed files with 2626 additions and 18 deletions

View file

@ -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",