Files
react-webpack-template/src/config/test.js
T

8 lines
118 B
JavaScript

'use strict';
const config = {
appEnv: 'test' // don't remove the appEnv property here
};
export default config;