Skip to content

Commit

Permalink
chore: proxy nextjs 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
drochetti committed Nov 19, 2023
1 parent 24727b6 commit a73e76e
Show file tree
Hide file tree
Showing 3 changed files with 390 additions and 98 deletions.
4 changes: 2 additions & 2 deletions libs/proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fal-ai/serverless-proxy",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"types": "./src/index.d.ts",
"peerDependencies": {
"express": "^4.0.0",
"next": "^13.0.0",
"next": "13.4 - 14",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down
Loading

0 comments on commit a73e76e

Please sign in to comment.