Skip to content

Commit

Permalink
doc: update env.md APPID tips (#1582)
Browse files Browse the repository at this point in the history
增加 `APPID` 环境变量保留字提示。
  • Loading branch information
spaceoi authored Oct 16, 2023
1 parent 9f8c411 commit c70dcce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/guide/function/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ title: 在云函数中使用环境变量
`cloud.env` 已废弃
:::

:::tip
`APPID` 是系统环境变量的保留字,不可覆盖。
:::


```typescript
import cloud from '@lafjs/cloud'

Expand Down

0 comments on commit c70dcce

Please sign in to comment.