Import ejs as default export — the v6 ESM build exports only default
CI / full-gate (push) Successful in 2m52s
Mirror / github-mirror (push) Successful in 6s

This commit was merged in pull request #22.
This commit is contained in:
2026-08-02 14:57:07 +02:00
parent 4aada6eed9
commit 6f6aafad39
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// plugin may deliberately shadow a core partial). The router calls this for a `view` RouteResult.
import { isAbsolute, join, relative } from "node:path";
import * as ejs from "ejs";
import ejs from "ejs";
const CONTROL_CHARS = /[\x00-\x1f]/;