Skip to content

Commit 1fa5ad0

Browse files
author
Ubuntu
committed
Merge branch 'feat/add-admin-only-route' of github.com:CryptoLabInc/coder into feat/add-admin-only-route
2 parents 09e1704 + fe74df0 commit 1fa5ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface ViteTypeOptions {
66

77
interface ImportMetaEnv {
88
readonly VITE_ADMIN_KEY_HASH: string
9-
readonly VITE_CLIENT_URL: string
9+
readonly VITE_CLIENT_URL: string
1010
}
1111

1212
interface ImportMeta {

0 commit comments

Comments
 (0)