Skip to content

Commit

Permalink
hardcoded APP_TYPE_ENV for hybrid-cloud-console
Browse files Browse the repository at this point in the history
  • Loading branch information
mgold1234 committed Sep 17, 2024
1 parent e602475 commit 436966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fec.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function add_define(key, value) {
);
}
}
add_define('process.env.APP_TYPE_ENV', 'hybrid-cloud-console)');

if (process.env.MSW) {
// Copy mockServiceWorker.js to ./dist/ so it is served with the bundle
Expand All @@ -53,7 +54,6 @@ if (process.env.MSW) {
if (process.env.NODE_ENV) {
add_define('process.env.NODE_ENV', process.env.NODE_ENV);
}

module.exports = {
sassPrefix: '.imageBuilder',
debug: true,
Expand Down

0 comments on commit 436966b

Please sign in to comment.