notification permission fixes, show server urls at bottom, service worker fixes

This commit is contained in:
2024-02-05 19:08:59 -05:00
parent c13003cd6f
commit 7c9455f31b
5 changed files with 37 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
VITE_BASE_URL?: string;
VITE_API_BASE_URL?: string;
readonly VITE_BASE_URL?: string;
readonly VITE_API_BASE_URL?: string;
}