Files

6 lines
148 B
JavaScript
Raw Permalink Normal View History

2026-05-30 19:12:09 +09:00
import { fileURLToPath } from "node:url";
export function sharedSkillsRootPath() {
return fileURLToPath(new URL("./skills/", import.meta.url));
}