import * as url from 'url';
export const __dirnameLocal = url.fileURLToPath(new URL('.', import.meta.url));

