build(frontend): fix frontend manifest generation

This commit is contained in:
Sarah Vaupel 2025-03-12 01:21:13 +01:00
parent e069d6be46
commit b8f6581064

View File

@ -60,7 +60,8 @@ await esbuild.build({
processOutput(assets) {
const orderAssets = {
main: assets['main'],
...assets
polyfill: assets['polyfill'],
icons: { "svg": assets['']['svg'][0] },
};
return JSON.stringify(orderAssets, null, ' ');
},