Skip to content
Snippets Groups Projects

feat(frontend): Allow specifying customizations using env variables

Merged Arnaud Vergnet requested to merge topic/default/var-env-custom into branch/default
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -17,7 +17,7 @@
const APP_LOGO = process.env.RODOLF_APP_LOGO;
if (!API_ENDPOINT) {
throw new Error("No api endpoint configured");
console.error("No api endpoint configured");
}
return (
Loading