Сделал возможной работу офлайн #5

This commit is contained in:
Ilia Miheev
2026-08-01 22:37:17 +03:00
parent fac7574433
commit 7a54ac0c18
6 changed files with 4776 additions and 9 deletions
+3
View File
@@ -7,6 +7,9 @@ import router from './router'
import i18n from './i18n'
import { getAppConfig } from './config/appConfig'
import { applyTheme } from './config/applyTheme'
import { registerSW } from 'virtual:pwa-register'
registerSW({ immediate: true })
const appConfig = getAppConfig()
applyTheme(appConfig)