init commit
This commit is contained in:
8
backend/node_modules/@dabh/diagnostics/browser/index.js
generated
vendored
Normal file
8
backend/node_modules/@dabh/diagnostics/browser/index.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
//
|
||||
// Select the correct build version depending on the environment.
|
||||
//
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
module.exports = require('./production.js');
|
||||
} else {
|
||||
module.exports = require('./development.js');
|
||||
}
|
||||
Reference in New Issue
Block a user