persona-community-5/.pnpm-store/v3/files/f4/2aec368f823393f43ca4ca830089c993759bdc974fdf4e1a3b9ee32aff12621692ee4d83800a943a0e5571e69ae59f5b64da8ccb5d4b8758ffc3291540e2d2
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

8 lines
236 B
Plaintext

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