Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
fix: APP_ENV value
Browse files Browse the repository at this point in the history
  • Loading branch information
virgoone committed Nov 8, 2021
1 parent cb7a098 commit a76aac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ yargs
},
env: {
description: 'project environment',
default: 'develop',
default: 'development',
alias: 'e'
}
},
Expand Down

0 comments on commit a76aac9

Please sign in to comment.