GitHub Action
πŸš€ Auto-deploy from GitHub Actions
7b7bdab
raw
history blame contribute delete
232 Bytes
'use strict';
if (process.env.NODE_ENV === 'production') {
module.exports = require('./cjs/scheduler-unstable_post_task.production.js');
} else {
module.exports = require('./cjs/scheduler-unstable_post_task.development.js');
}