reset unrelated variables to base branch, fixed typos

This commit is contained in:
Niklas Jensen
2026-01-18 21:20:13 +01:00
committed by Rune Harlyk
parent cec9024a26
commit 6104c54f39
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -1,8 +1,8 @@
declare module "app-env" {
interface ENV {
VITE_USE_HOST_NAME: boolean;
}
declare module 'app-env' {
interface ENV {
VITE_USE_HOST_NAME: boolean
}
const appEnv: ENV;
export default appEnv;
const appEnv: ENV
export default appEnv
}