2025-09-05 22:40:22 +08:00

5 lines
164 B
TypeScript

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