Add VITE_BROWSER to import.meta.env types.
This commit is contained in:
parent
08c3f467cf
commit
16b017013a
|
@ -13,6 +13,7 @@ declare global {
|
|||
readonly DEV: boolean;
|
||||
readonly MODE: string;
|
||||
readonly PROD: boolean;
|
||||
readonly VITE_BROWSER: 'chromium' | 'firefox';
|
||||
}
|
||||
|
||||
type HtmComponent = ReturnType<typeof html>;
|
||||
|
|
Loading…
Reference in New Issue