#1 -- added support to import app configuration based on --env

This commit is contained in:
sthzg
2015-10-21 12:37:52 +02:00
parent 8550022eb5
commit 236012dea6
9 changed files with 57 additions and 2 deletions
+7
View File
@@ -0,0 +1,7 @@
'use strict';
const config = {
appEnv: 'dev' // feel free to remove the appEnv property here
};
export default config;