Skip to content

Commit

Permalink
Merge pull request #161 from alimy/jc/alimy
Browse files Browse the repository at this point in the history
optimize #160 make env variable correct
  • Loading branch information
alimy authored Jul 22, 2022
2 parents 2ac226a + c9c019e commit 6f09da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/vite-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ interface ImportMetaEnv {
readonly VITE_ALLOW_TWEET_ATTACHMENT_PRICE: string
readonly VITE_ALLOW_TWEET_VIDEO: string
readonly VITE_ALLOW_TWEET_VISIBILITY: string
readonly VITE_ALLOW_PHONE_BINDING: string
readonly VITE_ALLOW_PHONE_BIND: string
readonly VITE_DEFAULT_TWEET_VISIBILITY: string
}

Expand Down

0 comments on commit 6f09da4

Please sign in to comment.