We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa476ac commit dad5904Copy full SHA for dad5904
package.json
@@ -3,6 +3,9 @@
3
"version": "0.1.0",
4
"private": true,
5
"type": "module",
6
+ "engines": {
7
+ "node": ">=20.9.0"
8
+ },
9
"scripts": {
10
"dev": "next dev --experimental-https",
11
"build": "next build",
0 commit comments