Update React fizz server (#1432)

* Update fizz server

* Use production build

Co-authored-by: Colin McDonnell <colinmcd@alum.mit.edu>
This commit is contained in:
Colin McDonnell
2022-10-31 22:10:28 -07:00
committed by GitHub
parent 5398ed52d8
commit 3a60764f32
3 changed files with 6723 additions and 1787 deletions

View File

@@ -4,8 +4,8 @@
"express": "^4.18.2",
"mitata": "^0.1.3",
"peechy": "0.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "next",
"react-dom": "next"
},
"private": true,
"scripts": {