Files
2026-04-13 08:19:53 +08:00

4 lines
79 B
JavaScript

export function root(...p) {
return path.resolve(__dirname, "..", ...p);
}