Service worker precache

Yarn upgrades / cleanup
This commit is contained in:
2023-08-26 22:48:15 +01:00
parent 6fae5accde
commit 5cd1ad070a
26 changed files with 2885 additions and 4336 deletions

View File

@ -31,6 +31,6 @@ declare module "translations/*.json" {
}
declare module "emojilib" {
const value: Record<string, Array<string>>;
const value: Record<string, string>;
export default value;
}