Files
oh-my-opencode/packages/shared-skills/index.mjs
T

6 lines
148 B
JavaScript
Raw 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));
}