Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/web/buildingai-ui/app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { uiI18nMap } from "@buildingai/i18n-config";
import { AnalyseActionType, apiRecordAnalyse } from "@buildingai/service/common";
import * as uiLocale from "@nuxt/ui/locale";
import colors from "tailwindcss/colors";
import { Analytics } from "@vercel/analytics/nuxt";

const { locale } = useI18n();
const appConfig = useAppConfig();
Expand Down Expand Up @@ -90,6 +91,8 @@ recordPageVisit(route.path);
<NuxtLoadingIndicator color="var(--ui-primary)" :height="2" />
<!-- Route Change Announcer -->
<NuxtRouteAnnouncer />
<!-- Vercel Web Analytics -->
<Analytics />
<!-- Page Layout -->
<NuxtLayout>
<NuxtPage />
Expand Down
1 change: 1 addition & 0 deletions packages/web/buildingai-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@buildingai/utils": "workspace:*",
"@storybook-vue/nuxt": "^9.0.1",
"@tanstack/table-core": "^8.21.3",
"@vercel/analytics": "^1.6.1",
"vue-i18n": "catalog:web",
"nuxt-svgo": "catalog:web",
"reka-ui": "catalog:web",
Expand Down
Loading