first commit
This commit is contained in:
11
calcom/packages/embeds/embed-core/env.d.ts
vendored
Normal file
11
calcom/packages/embeds/embed-core/env.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
interface ImportMetaEnv {
|
||||
readonly EMBED_PUBLIC_WEBAPP_URL: string;
|
||||
readonly EMBED_PUBLIC_VERCEL_URL: string;
|
||||
readonly EMBED_PUBLIC_EMBED_LIB_URL: string;
|
||||
}
|
||||
|
||||
interface ImportMeta {
|
||||
readonly env: ImportMetaEnv;
|
||||
}
|
||||
Reference in New Issue
Block a user