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:
matthewp 2022-10-06 14:30:50 +00:00 committed by fredkbot
parent 2dc582ac5e
commit 2459426e6a

View file

@ -45,7 +45,7 @@ function getViteConfiguration(isDev: boolean) {
ssr: {
external: ['babel-preset-solid'],
target: 'node',
noExternal: ['solid-js']
noExternal: ['solid-js'],
},
};
}