This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
biheng
/
dify
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
web: requires NodeJs 18.17 at minimum for NextJs 14 (
#1974
)
Bowen Liang
hace 1 año
padre
344821ed35
commit
e696b72f08
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
web/package.json
+ 3
- 0
web/package.json
Ver fichero
@@ -116,5 +116,8 @@
"**/*.ts?(x)": [
"eslint --fix"
]
+ },
+ "engines": {
+ "node": ">=18.17.0"
}
}