Add hook for the Token configuration of the image source

This commit is contained in:
Oliver 2026-02-01 16:05:57 -07:00
parent 7777967fcc
commit 516c0d0c5e
2 changed files with 26 additions and 0 deletions

View file

@ -1,2 +1,3 @@
import "./hooks/init.mjs";
import "./hooks/ready.mjs";
import "./hooks/renderTokenApplication.mjs";