Skip to content
Snippets Groups Projects
dir.ts 170 B
Newer Older
import path from "path";
import { fileURLToPath } from "url";

export const templatesDir = path.join(
  fileURLToPath(import.meta.url),
  "..",
  "..",
  "templates",
);