import { dirname, join } from 'node:path'; import { fileURLToPath } from 'node:url'; export const OWNER_DIR = join(dirname(fileURLToPath(import.meta.url)), '..');