CoolFace
Apppublic

Ejdjdososs/fable-ai

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
unstable_mock.js8 linesDownload Raw Back to scheduler
1'use strict';2 3if (process.env.NODE_ENV === 'production') {4  module.exports = require('./cjs/scheduler-unstable_mock.production.min.js');5} else {6  module.exports = require('./cjs/scheduler-unstable_mock.development.js');7}8