Restore root script imports for nested modules

This commit is contained in:
Youzini-afk
2026-04-08 02:09:16 +08:00
parent ff6c3e79ca
commit 43a44593ab
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import { substituteParamsExtended } from "../../../../script.js";
import { substituteParamsExtended } from "../../../../../script.js";
import jsyaml from "../vendor/js-yaml.mjs";
function getTemplateRuntime() {