Skip to content

Commit 5f75093

Browse files
Test configs
1 parent 52ecdaa commit 5f75093

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/packages/app/src/config.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
const getEnv = env => {
2+
console.log(window.env);
3+
console.log(env in window.env);
4+
console.log(window.env[env]);
5+
console.log(process.env);
6+
console.log(process.env[env]);
27
return window.env && env in window.env ? window.env[env] : process.env[env];
38
};
49

0 commit comments

Comments
 (0)