Searched refs:customConfig (Results 1 – 1 of 1) sorted by relevance
61 const customConfig = tryGetConfig(IO.args()); constant63 customConfig && IO.fileExists(customConfig)64 ? IO.readFile(customConfig)!