render-template: add `--allow-env` in `#!` line

This commit is contained in:
D. Bohdan 2024-05-28 15:27:03 +00:00
parent d0ba65ab6a
commit 3708c08ec6
1 changed files with 1 additions and 1 deletions

View File

@ -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";