We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b2534 commit 133add8Copy full SHA for 133add8
app.js
@@ -13,7 +13,7 @@ var _ = require('underscore');
13
14
// sanity check arguments
15
var ENV = process.argv[2];
16
-if (ENV != 'development' && ENV != 'production') {
+if (ENV != 'development' && ENV != 'production' && ENV != 'test') {
17
console.error("\n./app [environment]");
18
console.error("environments: [development, test, production]");
19
process.exit(1);
0 commit comments