Add my typical options helper for ease of use
This commit is contained in:
parent
61f41d610e
commit
40820988da
2 changed files with 36 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { filePath } from "../consts.mjs";
|
||||
import { options } from "./options.mjs";
|
||||
|
||||
export default {
|
||||
systemFilePath: filePath,
|
||||
"taf-options": options,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue