Files
2026-01-12 13:12:46 +01:00

4 lines
79 B
JavaScript

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