Chapter 9 - migrate to next.js (errors on purpose)

This commit is contained in:
2023-12-21 21:04:00 +01:00
parent de191f7e79
commit 01fc574c38
5 changed files with 453 additions and 41 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"scripts": {
"dev": "next dev"
},
"dependencies": {
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}