Files
2025-07-24 18:46:24 +02:00

4 lines
79 B
JavaScript

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