upgrade to remix 1.14

This commit is contained in:
m5r
2023-04-29 07:36:22 +02:00
parent f392bd8af0
commit aee8ded63a
6 changed files with 6407 additions and 7303 deletions

View File

@ -1,4 +1,4 @@
import type { AssetsManifest } from "@remix-run/react/entry";
import type { AssetsManifest } from "@remix-run/react/dist/entry";
declare const ASSET_CACHE: string;
declare const self: ServiceWorkerGlobalScope;