ci: adding intercom app id

This commit is contained in:
Chubby Granny Chaser 2024-11-05 19:11:03 +00:00
parent 6da1832799
commit f071d1006b
No known key found for this signature in database
13 changed files with 105 additions and 149 deletions

View file

@ -1,2 +1,10 @@
/// <reference types="vite/client" />
/// <reference types="vite-plugin-svgr/client" />
interface ImportMetaEnv {
readonly RENDERER_VITE_INTERCOM_APP_ID: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}