feat: maybe fix

This commit is contained in:
Dimitrie Stefanescu
2025-05-30 17:27:54 +01:00
parent 97765d84ca
commit 7fde35e639
2 changed files with 4 additions and 4 deletions
+3 -4
View File
@@ -16,10 +16,9 @@ export default defineNuxtConfig({
// Rewriting all lodash calls to lodash-es for proper tree-shaking & chunk splitting
// lodash: 'lodash-es'
},
// pinia: {
// autoImports: ['defineStore', 'storeToRefs']
// },
imports: {
global: true
},
runtimeConfig: {
public: {
mixpanelApiHost: 'UNDEFINED',
+1
View File
@@ -46,6 +46,7 @@ export const useIntercom = () => {
name: activeAccount.value.accountInfo.userInfo.name || '',
email: activeAccount.value.accountInfo.userInfo.email || ''
})
window.Intercom = Intercom
}
const showIntercom = () => {