Skip to content

Commit

Permalink
fix: rename env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
markmartirosian committed Jul 8, 2023
1 parent eec6b1d commit e659dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yeux/src/commands/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ export const preview = async (state: State) => {
{
cleanup: true,
env: {
HOST: state.serverHost,
PORT: `${state.serverPort}`,
SERVER_HOST: state.serverHost,
SERVER_PORT: `${state.serverPort}`,
NODE_ENV: `${state.nodeEnv}`,
[state.color ? 'FORCE_COLOR' : 'NO_COLOR']: 'true'
},
Expand Down

0 comments on commit e659dd0

Please sign in to comment.