Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
7
install/config-ui/node_modules/react-dom/test-utils.js
generated
vendored
Normal file
7
install/config-ui/node_modules/react-dom/test-utils.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict';
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./cjs/react-dom-test-utils.production.min.js');
|
||||
} else {
|
||||
module.exports = require('./cjs/react-dom-test-utils.development.js');
|
||||
}
|
||||
Reference in New Issue
Block a user