From b3fcc22ea922bf158e86d83f85c3639850c2241c Mon Sep 17 00:00:00 2001 From: Sean Meininger Date: Sun, 9 Oct 2022 17:32:03 -0700 Subject: [PATCH] add todo to main for local/symlink mode --- src/main.ts | 4 ++++ 1 file changed, 4 insertions(+) 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 {