include theme checksum for future use

This commit is contained in:
Henry Jameson 2024-12-12 15:07:12 +02:00
parent 79ae297121
commit 179fb9e527

View file

@ -567,6 +567,7 @@ export const init = ({
lazy,
eager,
staticVars,
engineChecksum
engineChecksum,
themeChecksum: sum([lazy, eager])
}
}