add todo to main for local/symlink mode
This commit is contained in:
parent
6cfec1f7fe
commit
b3fcc22ea9
|
@ -5,6 +5,10 @@ import { exit } from "process";
|
||||||
import {generateHereDoc, functionUrls} from "./configHeredoc";
|
import {generateHereDoc, functionUrls} from "./configHeredoc";
|
||||||
import {ripGrep} from "./ripGrep";
|
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
|
// Check for the presence of sentinel.hcl, or else one gets created
|
||||||
const ensureFileExists = async (filename: string) => {
|
const ensureFileExists = async (filename: string) => {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue