diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index 8a93ff4c0..caa84ddd5 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -13,11 +13,6 @@ declare namespace NodeJS { APP_URL: string; PRINTER_APP_URL?: string; - // Printer - GOTENBERG_ENDPOINT: string; - GOTENBERG_USERNAME?: string; - GOTENBERG_PASSWORD?: string; - // Authentication AUTH_SECRET: string;