Skip to content

Commit

Permalink
Exclude node 22
Browse files Browse the repository at this point in the history
Node 22 removes import assertions, which breaks the app
  • Loading branch information
lizkenyon committed May 3, 2024
1 parent 3d4e09b commit dabc1af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"vite": "vite"
},
"type": "module",
"engines": {
"node": ">=16.0.0 <22.0.0"
},
"dependencies": {
"@prisma/client": "^5.11.0",
"@remix-run/dev": "^2.7.1",
Expand Down

0 comments on commit dabc1af

Please sign in to comment.