Skip to content

Commit

Permalink
更新 env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
iRedScarf authored Sep 15, 2023
1 parent 2ae26d9 commit 3fddb74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ interface ImportMetaEnv {
readonly PUBLIC_SECRET_KEY: string
readonly SITE_PASSWORD: string
readonly OPENAI_API_MODEL: string
readonly PUBLIC_MAX_HISTORY_MESSAGES: string;

Check failure on line 11 in src/env.d.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected separator (;)
}

interface ImportMeta {
Expand Down

0 comments on commit 3fddb74

Please sign in to comment.