fix(core): update
This commit is contained in:
@ -4,13 +4,10 @@ import * as qenv from '../ts/index.js';
|
||||
|
||||
import * as smartpath from '@pushrocks/smartpath';
|
||||
|
||||
export {
|
||||
smartpath
|
||||
}
|
||||
export { smartpath };
|
||||
|
||||
const __dirname = smartpath.get.dirnameFromImportMetaUrl(import.meta.url);
|
||||
|
||||
|
||||
process.env['key1'] = 'original';
|
||||
|
||||
let testQenv: qenv.Qenv;
|
||||
|
Reference in New Issue
Block a user