mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 23:49:43 -05:00
8 lines
274 B
JavaScript
8 lines
274 B
JavaScript
// Moved outside of /lib so we can rm -rf "lib/**/*.js" without deleting this
|
|
if (process.env.CYPRESS_INTERNAL_ENV === 'production') {
|
|
throw new Error(`${__filename} should only run outside of prod`)
|
|
}
|
|
|
|
require('@packages/ts/register')
|
|
require('../lib/threads/worker.ts')
|