Add my typical options helper for ease of use

This commit is contained in:
Oliver-Akins 2025-07-26 10:51:55 -06:00
parent 61f41d610e
commit 40820988da
2 changed files with 36 additions and 0 deletions

View file

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