Update favicon and add PWA
This commit is contained in:
8
src-pwa/pwa-env.d.ts
vendored
Normal file
8
src-pwa/pwa-env.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/* eslint-disable */
|
||||
|
||||
declare namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
SERVICE_WORKER_FILE: string;
|
||||
PWA_FALLBACK_HTML: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user