mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-06-04 11:14:10 +08:00
web: requires NodeJs 18.17 at minimum for NextJs 14 (#1974)
This commit is contained in:
parent
344821ed35
commit
e696b72f08
@ -116,5 +116,8 @@
|
|||||||
"**/*.ts?(x)": [
|
"**/*.ts?(x)": [
|
||||||
"eslint --fix"
|
"eslint --fix"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.17.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user