4 lines
57 B
JavaScript
4 lines
57 B
JavaScript
|
window.process = {
|
||
|
env: {NODE_ENV: '${NODE_ENV}'}
|
||
|
};
|