Upgrade to next15

This commit is contained in:
Enrico Ros
2024-10-28 15:28:11 -07:00
parent 41b21af3c3
commit 5934a715ee
2 changed files with 7 additions and 4 deletions
+5 -1
View File
@@ -5,7 +5,7 @@
"author": "Enrico Ros <enrico.ros@gmail.com>",
"repository": "https://github.com/enricoros/big-agi",
"scripts": {
"dev": "next dev",
"dev": "next dev --turbopack",
"dev-https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
@@ -94,5 +94,9 @@
},
"engines": {
"node": "^20.0.0 || ^18.0.0"
},
"overrides": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}