Add a systemFilePath handlebars helper for better file path referencing

This commit is contained in:
Oliver-Akins 2025-07-24 20:23:42 -06:00
parent cd2c06dc35
commit db3cad909e
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,5 @@
import { filePath } from "../consts.mjs";
export default {
systemFilePath: filePath,
};