OpenRewind/src/electron/dirname.ts

5 lines
134 B
TypeScript

import path from "path";
import { fileURLToPath } from "url";
export const __dirname = path.dirname(fileURLToPath(import.meta.url));