mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 03:31:23 +00:00
8 lines
222 B
JavaScript
8 lines
222 B
JavaScript
'use strict';
|
|
|
|
if (process.env.NODE_ENV === 'production') {
|
|
module.exports = require('./cjs/react-jsx-dev-runtime.production.min.js');
|
|
} else {
|
|
module.exports = require('./cjs/react-jsx-dev-runtime.development.js');
|
|
}
|