diff --git a/src/main.ts b/src/main.ts index 9d3263e..5057cc9 100644 --- a/src/main.ts +++ b/src/main.ts @@ -5,6 +5,10 @@ import { exit } from "process"; import {generateHereDoc, functionUrls} from "./configHeredoc"; import {ripGrep} from "./ripGrep"; + +//TODO: Consider whether a local symlink mode might make sense for when writing policies and +// https module sources are unavailable for whatever reason + // Check for the presence of sentinel.hcl, or else one gets created const ensureFileExists = async (filename: string) => { try {