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 efc9e81 commit b288cd6Copy full SHA for b288cd6
README.md
@@ -70,7 +70,7 @@
70
全部参数变量请查看或[这里](#环境变量)
71
72
```
73
-/service/.env
+/service/.env.example
74
75
76
## 待实现路线
@@ -96,7 +96,7 @@
96
97
### Node
98
99
-`node` 需要 `^16 || ^18` 版本(`node >= 14` 需要安装 [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill)),使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
+`node` 需要 `^16 || ^18 || ^19` 版本(`node >= 14` 需要安装 [fetch polyfill](https://github.com/developit/unfetch#usage-as-a-polyfill)),使用 [nvm](https://github.com/nvm-sh/nvm) 可管理本地多个 `node` 版本
100
101
```shell
102
node -v
0 commit comments