[ci] format

This commit is contained in:
matthewp 2022-04-21 15:13:24 +00:00 committed by github-actions[bot]
parent e85b16e2b3
commit 9fcac8e551

View file

@ -54,7 +54,7 @@ export default function (): AstroIntegration {
vite.ssr.noExternal = [];
}
if (Array.isArray(vite.ssr.noExternal)) {
vite.ssr.noExternal.push('lit')
vite.ssr.noExternal.push('lit');
}
}
},