tools/cli.js
2019-06-17 10:26:26 +02:00

4 lines
76 B
JavaScript

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