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 {}
-}