Skip to content

Commit cc86d31

Browse files
committed
fix: remove requirements for config env format
1 parent 516f0bb commit cc86d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const MAIN_SCHEMA = {
9393
default: 'development',
9494
doc: 'The applicaton environment.',
9595
env: 'NODE_ENV',
96-
format: ['production', 'development', 'test', 'qa']
96+
format: String
9797
}
9898
}
9999

0 commit comments

Comments
 (0)