fix(core): update

This commit is contained in:
2019-05-14 08:50:50 +02:00
parent 33caf4ebea
commit f92f63337d
10 changed files with 203 additions and 89 deletions

3
cli.js Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env node
process.env.CLI_CALL = 'true';
require('./dist/index');