Skip to content

Commit 70b310b

Browse files
committed
frontend/index: log window.env to get the config
1 parent 6f84acc commit 70b310b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
window['env'] = window.env || env.default || env;
1818
}
1919
console.log(`Environment configuration loaded from: ${path}`);
20+
console.log(`Content is ${JSON.stringify(window.env)}`);
2021
return;
2122
} catch (error) {
2223
continue;

0 commit comments

Comments
 (0)