From 3708c08ec60891adafc964700fc35da2843da4b3 Mon Sep 17 00:00:00 2001 From: "D. Bohdan" Date: Tue, 28 May 2024 15:27:03 +0000 Subject: [PATCH] render-template: add `--allow-env` in `#!` line --- render-template.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render-template.ts b/render-template.ts index 8bdbc93..2f426b7 100755 --- a/render-template.ts +++ b/render-template.ts @@ -1,4 +1,4 @@ -#! /usr/bin/env -S deno run --allow-read --check +#! /usr/bin/env -S deno run --allow-read --allow-env --check import markdownTOC from "npm:markdown-toc@1"; import nunjucks from "npm:nunjucks@3";