fixed build

This commit is contained in:
2025-05-30 08:31:24 +02:00
parent ceb5f43f15
commit 9bb88a253d
14 changed files with 425 additions and 166 deletions

View File

@ -19,11 +19,11 @@ export default defineNuxtPlugin(() => {
}, 50)
})
if (import.meta.client) {
/* if (import.meta.client) {
setTimeout(() => {
if (window.HSStaticMethods) {
window.HSStaticMethods.autoInit()
}
}, 50)
}
} */
})