web: fix app not starting up on firefox

This commit is contained in:
Abdullah Atta
2025-03-26 15:29:10 +05:00
parent 3f344c7249
commit e3793e67aa

View File

@@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/// <reference lib="webworker" />
/// <reference lib="es2015" />
// just need this to satisfy TS
import type {} from "workbox-core";
declare const self: ServiceWorkerGlobalScope & typeof globalThis;