Skip to content

Commit

Permalink
🍛
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Apr 11, 2023
1 parent 35b78fb commit c3eb3ab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/dexa-mfm/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ export const environment = process.env.NODE_ENV || 'development'
export const isDev = environment === 'development'

export const port = process.env.PORT || '3000'
export const url = isDev
? `http://localhost:${port}`
: `https://${process.env.VERCEL_URL}`
export const domain = 'chatgpt-plugin-dexa-mfm.vercel.app'
export const url = isDev ? `http://localhost:${port}` : `https://${domain}`

1 comment on commit c3eb3ab

@vercel
Copy link

@vercel vercel bot commented on c3eb3ab Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.