From cd234f5b37fe5a780feb49d58b2a65cd98d28ceb Mon Sep 17 00:00:00 2001 From: Clement Date: Fri, 26 Apr 2024 10:41:37 +0200 Subject: [PATCH] rm usless thing --- front/src/env.d.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/front/src/env.d.ts b/front/src/env.d.ts index 1515a63..0a69926 100644 --- a/front/src/env.d.ts +++ b/front/src/env.d.ts @@ -1,22 +1,11 @@ -/// -/// - export interface ImportMetaEnv { NODE_ENV: string APP_URL: string - POCKETBASEURL: string + POCKETBASE_URL: string } interface ImportMeta { readonly env: ImportMetaEnv } - - -declare namespace App { - /** - * Middlewares variables - */ - interface Locals {} -}