🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
79 B
JavaScript
4 lines
79 B
JavaScript
export function root(...p) {
|
|
return path.resolve(__dirname, "..", ...p);
|
|
}
|