Files
2026-05-30 19:12:09 +09:00

6 lines
148 B
JavaScript

import { fileURLToPath } from "node:url";
export function sharedSkillsRootPath() {
return fileURLToPath(new URL("./skills/", import.meta.url));
}