mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: adding intercom app id
This commit is contained in:
parent
2b5e76ffdd
commit
6da1832799
3 changed files with 5 additions and 1 deletions
|
@ -37,7 +37,7 @@ export interface AppProps {
|
|||
}
|
||||
|
||||
Intercom({
|
||||
app_id: "pq96v8fh",
|
||||
app_id: import.meta.env.RENDERER_VITE_INTERCOM_APP_ID,
|
||||
});
|
||||
|
||||
export function App() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue