Skip to content

Commit 91d7efb

Browse files
m13vGemini
andcommitted
Add DESKTOP_API_URL to envConfig
Co-Authored-By: Gemini <noreply@google.com>
1 parent 6e4a07a commit 91d7efb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/frontend/src/constants/envConfig.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
const envConfig = {
22
API_URL: process.env.API_URL,
3+
DESKTOP_API_URL: process.env.DESKTOP_API_URL,
34
NODE_ENV: process.env.NEXT_PUBLIC_NODE_ENV,
45
IS_DEVELOPMENT: process.env.NEXT_PUBLIC_NODE_ENV === 'development',
56
WEB_URL: process.env.WEB_URL ?? 'https://h.omi.me',

0 commit comments

Comments
 (0)