0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[ci] format

This commit is contained in:
Geoffrey-Pliez 2023-12-12 19:36:59 +00:00 committed by astrobot-houston
parent b0a71946f4
commit 2287ec6667

View file

@ -9,7 +9,7 @@ function getViteConfiguration() {
'@astrojs/lit/client-shim.js',
'@astrojs/lit/hydration-support.js',
'@webcomponents/template-shadowroot/template-shadowroot.js',
"@lit-labs/ssr-client/lit-element-hydrate-support.js",
'@lit-labs/ssr-client/lit-element-hydrate-support.js',
],
exclude: ['@astrojs/lit/server.js'],
},