From 46126210647b9dadb4f620cd7af72a57c6705fd7 Mon Sep 17 00:00:00 2001 From: steven-yn Date: Fri, 8 Dec 2023 22:59:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/global.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/global.d.ts b/src/global.d.ts index 190097c..1dcdd5c 100644 --- a/src/global.d.ts +++ b/src/global.d.ts @@ -3,6 +3,7 @@ declare namespace NodeJS { NEXT_PUBLIC_API_URL: string; NEXT_PUBLIC_LOCALHOST: string; NEXT_PUBLIC_BASE_PATH: string; - DISCORD_WEBHOOK_URL: string; + NEXT_PUBLIC_STORAGE_URL: string; + NEXT_PUBIC_WEBSOCKET_PORT: string; } }