Files
med-notes/.pnpm-store/v10/files/73/30003817d34428819243c853cc8f252a06aeeebc5ae23176a25f358e7dc3edb934cef458506488ad49ea15b51e93c351b2eaf435ee38c3afae38da5a2edefc
2025-05-09 05:30:08 +02:00

8 lines
208 B
Plaintext

'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/scheduler.native.production.js');
} else {
module.exports = require('./cjs/scheduler.native.development.js');
}