We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 705eb8c commit 1e9c1edCopy full SHA for 1e9c1ed
packages/server/index.js
@@ -27,7 +27,6 @@ const startCypress = async () => {
27
const { entryPoint } = require('minimist')(process.argv.slice(1))
28
29
if (entryPoint) {
30
- require('@packages/server/lib/plugins/child/register_ts_node')
31
module.exports = runChildProcess(entryPoint)
32
} else {
33
module.exports = startCypress()
0 commit comments