Files
med-notes/.pnpm-store/v10/files/70/fa7eefe6b6125bf8225940c1267b35b383810e6cc7faf14f751fd1a1a3412762ecaac27f12bee3dbd7d79eb1c10485fdd4b306d6c4d56d715a9a7702c7eb3a
2025-05-09 05:30:08 +02:00

15 lines
412 B
Plaintext

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/react-compiler-runtime.production.js');
} else {
module.exports = require('./cjs/react-compiler-runtime.development.js');
}