SWはプロキシ不要
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
*/
|
*/
|
||||||
declare var self: ServiceWorkerGlobalScope;
|
declare var self: ServiceWorkerGlobalScope;
|
||||||
|
|
||||||
import { get, set } from '@/scripts/idb-proxy';
|
import { get, set } from 'idb-keyval';
|
||||||
import { I18n } from '../../misc/i18n';
|
import { I18n } from '../../misc/i18n';
|
||||||
|
|
||||||
class SwLang {
|
class SwLang {
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
declare var self: ServiceWorkerGlobalScope;
|
declare var self: ServiceWorkerGlobalScope;
|
||||||
|
|
||||||
import { get } from '@/scripts/idb-proxy';
|
import { get } from 'idb-keyval';
|
||||||
import { pushNotificationData } from '../../types';
|
import { pushNotificationData } from '../../types';
|
||||||
import { api } from './operations';
|
import { api } from './operations';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user