Hooks.once('init', () => { try { if (typeof Handlebars?.registerHelper === "function") { Handlebars.registerHelper("json", (ctx) => JSON.stringify(ctx ?? {}, null, 2)); } } catch (e) { console.warn("wg-voidships-builder: handlebars helper failed", e); } }); Hooks.once('ready', () => { console.warn('wg-voidships-builder: builder UI not yet active (stub)'); });