From 0b61ddda2d521b243dec2716c28c2d085ef7cd85 Mon Sep 17 00:00:00 2001 From: Phuc Vinh Le Date: Fri, 23 Jan 2026 07:18:49 +1100 Subject: [PATCH] chore: remove Goternberg references in Vite env file --- src/vite-env.d.ts | 5 ----- 1 file changed, 5 deletions(-) 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;