fix(core): update

This commit is contained in:
2022-07-28 10:10:39 +02:00
parent e539489901
commit f06c9f186f
7 changed files with 32 additions and 48 deletions

View File

@ -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;