Some checks failed
Automated Container Build / build-and-push (push) Failing after 12s
3 lines
79 B
JavaScript
3 lines
79 B
JavaScript
export function root(...p) {
|
|
return path.resolve(__dirname, "..", ...p);
|
|
}
|