1import { pathDownJoin } from '../serverF/pathF.mts'2import { getMyDir } from './setPtDirForImportMetaUrlF.mts'3import { type importMetaUrlType } from '../ptDirF.mts'5export const userCoreMigDir = pathDownJoin(getMyDir(import.meta.url as importMetaUrlType), 'migrationsF/userCore')