From 20cf03818d41acabb525b01045ac03a19752c313 Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Tue, 31 Jan 2023 21:07:57 +0100 Subject: [PATCH] not needed either Signed-off-by: Sam Therapy --- frontend/src/app.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/app.d.ts b/frontend/src/app.d.ts index 7b0e958..26a9569 100644 --- a/frontend/src/app.d.ts +++ b/frontend/src/app.d.ts @@ -7,7 +7,3 @@ declare namespace App { // interface PageData {} // interface Platform {} } - -interface ImportMetaEnv { - VITE_BASE_URL: string; -}