[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'],
},
};
}