SWはプロキシ不要

This commit is contained in:
tamaina 2021-02-24 19:29:35 +09:00
parent 40d12949b1
commit c88d7a1087
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
*/
declare var self: ServiceWorkerGlobalScope;
import { get, set } from '@/scripts/idb-proxy';
import { get, set } from 'idb-keyval';
import { I18n } from '../../misc/i18n';
class SwLang {

View File

@ -1,6 +1,6 @@
declare var self: ServiceWorkerGlobalScope;
import { get } from '@/scripts/idb-proxy';
import { get } from 'idb-keyval';
import { pushNotificationData } from '../../types';
import { api } from './operations';