chore: get build version at build time

This commit is contained in:
zhom
2025-05-30 07:37:40 +04:00
parent 31326c2d1f
commit 63900bd0ad
7 changed files with 189 additions and 23 deletions
+1
View File
@@ -56,6 +56,7 @@ export default function Home() {
// App auto-update functionality
const appUpdateNotifications = useAppUpdateNotifications();
const { checkForAppUpdatesManual } = appUpdateNotifications;
// Ensure we're on the client side to prevent hydration mismatches
useEffect(() => {