Skip to content

Commit

Permalink
feat: Updated src/env.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 5, 2023
1 parent 892358b commit 3ee2206
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ interface ImportMetaEnv {
readonly SECRET_KEY: string
readonly SITE_PASSWORD: string
readonly OPENAI_API_MODEL: string
readonly OPENAI_API_TEMPERATURE: string
readonly TUTORIAL_MD_URL: string
readonly PUBLIC_IFRAME_URL: string
readonly UNDICI_UA: string
}

interface ImportMeta {
Expand Down

0 comments on commit 3ee2206

Please sign in to comment.