Add server-generated /config.js; add error boundary

This commit is contained in:
Philipp Heckel
2022-03-09 23:28:55 -05:00
parent 04ee6b8be2
commit 840cb5b182
14 changed files with 184 additions and 85 deletions

2
web/src/app/config.js Normal file
View File

@@ -0,0 +1,2 @@
const config = window.config;
export default config;