UNPKG

@softwareventures/maintain-project

Version:

Automatically create and maintain TypeScript projects with standard settings for Software Ventures Limited

6 lines 289 B
import { sep } from "path"; import { readProjectXml } from "../project/read-xml.js"; export async function readProjectRunConfiguration(project, name) { return readProjectXml(project, `.idea${sep}runConfigurations${sep}${name}.xml`); } //# sourceMappingURL=read-run-configuration.js.map