Add the filePath method as a handlebars helper

This commit is contained in:
Oliver 2026-01-23 21:18:24 -07:00
parent 05b7b3406a
commit d61a1642f2

View file

@ -1,6 +1,8 @@
import { filePath } from "../consts.mjs";
import { options } from "./options.mjs";
export default {
// MARK: Complex
"tb-options": options,
"tb-filePath": filePath,
};