[ci] format

This commit is contained in:
matthewp 2022-07-21 16:28:25 +00:00 committed by fredkbot
parent 01ba07d8fa
commit ce2994c9c0

View file

@ -13,11 +13,7 @@ function getViteConfiguration() {
exclude: ['@astrojs/lit/server.js'],
},
ssr: {
external: [
'lit-element',
'@lit-labs/ssr',
'@astrojs/lit',
],
external: ['lit-element', '@lit-labs/ssr', '@astrojs/lit'],
},
};
}