notification permission fixes, show server urls at bottom, service worker fixes
This commit is contained in:
4
src/utils/vite-env.d.ts
vendored
4
src/utils/vite-env.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user