Make asset caching work with vite

This commit is contained in:
tusooa 2025-03-04 18:39:20 -05:00
commit 0cb47652b8
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
3 changed files with 57 additions and 1 deletions

View file

@ -1,5 +1,6 @@
/* eslint-env serviceworker */
import 'virtual:pleroma-fe/service_worker_env'
import { storage } from 'src/lib/storage.js'
import { parseNotification } from './services/entity_normalizer/entity_normalizer.service.js'
import { prepareNotificationObject } from './services/notification_utils/notification_utils.js'