tswatch/cli.js
2018-10-28 02:48:43 +02:00

4 lines
76 B
JavaScript

#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('./dist/index');