fix(tapbundle): Add qenv package to dependencies for environment management
This commit is contained in:
@ -5,7 +5,8 @@ import * as fs from 'fs';
|
||||
export { crypto,fs };
|
||||
|
||||
// @push.rocks scope
|
||||
import * as qenv from '@push.rocks/qenv';
|
||||
import * as smartcrypto from '@push.rocks/smartcrypto';
|
||||
import * as smartshell from '@push.rocks/smartshell';
|
||||
|
||||
export { smartcrypto, smartshell };
|
||||
export { qenv, smartcrypto, smartshell };
|
||||
|
Reference in New Issue
Block a user