mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-23 03:25:07 +03:00
Fix logo location and move service worker
This commit is contained in:
@@ -2,7 +2,7 @@ import { API_BASE_URL } from "../core/config";
|
||||
import { isElectron } from "../electron/electron";
|
||||
import { websocket } from "../core/websocket";
|
||||
import type { NewMessageWebSocketMessage, WebSocketMessage } from "../core/types";
|
||||
import serviceWorker from "../service-worker/service-worker.ts?worker&url";
|
||||
import serviceWorker from "../../../service-worker?worker&url";
|
||||
|
||||
export interface PushSubscriptionData {
|
||||
endpoint: string;
|
||||
|
||||
Reference in New Issue
Block a user