Skip to content

Commit

Permalink
fix: 환경변수 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Dec 8, 2023
1 parent 06bf5f3 commit 4612621
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 4612621

Please sign in to comment.