import { api } from "../api.mjs"; import helpers from "../handlebarsHelpers/_index.mjs"; Hooks.on(`init`, () => { globalThis.tb = api; Handlebars.registerHelper(helpers); });