Skip to content

Commit d4201c1

Browse files
Ubuntuhyohyeok1
Ubuntu
andcommitted
fix: fixed typo
Co-authored-by: hyohyeok1 <hyohyeokjeong@cryptolab.co.kr>
1 parent 1a1460c commit d4201c1

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.env.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export CODER_OIDC_REDIRECT_URI="$BASE_URL/api/v2/users/oidc/callback"
1515
export CODER_OIDC_LOGOUT_URI="https://oidc.logout.url"
1616
export CODER_OIDC_TOKEN_PATH="/home/ubuntu/.coder/tokens"
1717

18-
# if IS_CI_BUILD variable is true, CODER_DISABLE_PASSWORD_AUTH variable must be false
18+
# if VITE_IS_CI_BUILD variable is true, CODER_DISABLE_PASSWORD_AUTH variable must be false
1919
export VITE_IS_CI_BUILD=true
2020
export CODER_DISABLE_PASSWORD_AUTH=false

site/src/@types/vite-env.d.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
/// <reference types="vite/client" />
22

33
interface ViteTypeOptions {
4-
// 아래 라인을 추가하면, ImportMetaEnv 타입을 엄격하게 설정해
5-
// 알 수 없는 키를 허용하지 않게 할 수 있습니다.
64
strictImportEnv: unknown
75
}
86

97
interface ImportMetaEnv {
108
readonly VITE_IS_CI_BUILD: string
11-
// 다른 환경 변수들에 대한 타입 정의...
129
}
1310

1411
interface ImportMeta {

0 commit comments

Comments
 (0)