UNPKG

143 BJavaScriptView Raw
1'use strict';
2
3module.exports = {
4 reactAppOem: process.env.REACT_APP_OEM || 'XSKY',
5 customizeEntry: process.env.REACT_APP_OEM || 'index',
6}
\No newline at end of file