mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-03-01 13:43:17 +00:00
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
|
import * as path from "path";
|
||
|
|
||
|
// tslint:disable-next-line:no-any
|
||
|
module.exports.rgPath = (<any>global).RIPGREP_LOCATION || path.join(__dirname, "../bin/rg");
|