fix(core): update

This commit is contained in:
2019-04-30 12:49:10 +02:00
parent 0b6409b468
commit 0a6a49b7ad
9 changed files with 319 additions and 196 deletions

3
cli.js Normal file
View File

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