SWはプロキシ不要
This commit is contained in:
parent
40d12949b1
commit
c88d7a1087
|
@ -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 {
|
||||
|
|
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue