🐙 Adds types for the env
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
|||||||
|
declare module "app-env" {
|
||||||
|
interface ENV {
|
||||||
|
VITE_USE_HOST_NAME: boolean;
|
||||||
|
}
|
||||||
|
|
||||||
|
const appEnv: ENV;
|
||||||
|
export default appEnv;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user