Skip to content

Commit

Permalink
updated foremanConfig type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Sep 28, 2023
1 parent adcfcb1 commit 7ea2827
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/configFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import { parse } from "toml";
import { readFile } from "fs";
import findUp from "find-up";
interface foremanConfig {
tools: foremanTool[];
tools: {
[tool_name: string]: foremanTool
};
}

interface foremanTool {
Expand Down

0 comments on commit 7ea2827

Please sign in to comment.