UNPKG

turbowatch

Version:

Extremely fast file change detector and task orchestrator for Node.js.

9 lines (6 loc) 195 B
/* eslint-disable no-console */ const { spawn } = require('node:child_process'); const { resolve } = require('node:path'); spawn('node', [resolve(__dirname, 'b.js')], { stdio: 'inherit', });