Skip to content

Commit

Permalink
updated import
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Sep 28, 2023
1 parent d445654 commit adcfcb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configFile.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { parse } from "toml";
import { readFile } from "fs";
import findUp = require("find-up");
import findUp from "find-up";
interface foremanConfig {
tools: foremanTool[];
}
Expand Down

0 comments on commit adcfcb1

Please sign in to comment.