feat: adds intercom. wip, revit 2022 seems to not like it

This commit is contained in:
Dimitrie Stefanescu
2025-05-30 14:14:48 +01:00
parent e3cf896c14
commit 19b982e2e3
8 changed files with 144 additions and 5 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ export default defineNuxtConfig({
speckleUserId: process.env.SPECKLE_USER_ID,
speckleUrl: process.env.SPECKLE_URL,
speckleSampleProjectId: process.env.SPECKLE_SAMPLE_PROJECT_ID,
speckleSampleModelId: process.env.SPECKLE_SAMPLE_MODEL_ID
speckleSampleModelId: process.env.SPECKLE_SAMPLE_MODEL_ID,
intercomAppId: ''
}
},
vite: {