Skip to content

Commit 0eb6910

Browse files
committed
refactor: suppressed checks for these env vars as the .env file does not exist on CI
1 parent 58136c2 commit 0eb6910

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/auth/auth.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ import { ZITADEL_SCOPES } from './scopes';
1010
import {
1111
SESSION_DURATION,
1212
SESSION_SECRET,
13+
// @ts-nocheck
1314
ZITADEL_CLIENT_ID,
15+
// @ts-nocheck
1416
ZITADEL_CLIENT_SECRET,
17+
// @ts-nocheck
1518
ZITADEL_DOMAIN,
19+
// @ts-nocheck
1620
ZITADEL_POST_LOGOUT_URL,
1721
} from '$env/static/private';
1822

0 commit comments

Comments
 (0)