0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-03 22:29:08 -05:00

[ci] format

This commit is contained in:
natemoo-re 2022-04-21 20:13:54 +00:00 committed by github-actions[bot]
parent 70263cf748
commit b6f14c3b14

View file

@ -43,7 +43,7 @@ export default function (): AstroIntegration {
addRenderer(getRenderer()); addRenderer(getRenderer());
updateConfig({ updateConfig({
vite: getViteConfiguration(), vite: getViteConfiguration(),
}) });
}, },
}, },
}; };