[ci] format

This commit is contained in:
matthewp 2022-10-18 15:49:01 +00:00 committed by fredkbot
parent 5c0c6e1ac6
commit 8cf692766b

View file

@ -22,14 +22,14 @@ export default function createIntegration(userOptions: UserOptions): AstroIntegr
name: '@astrojs/node',
hooks: {
'astro:config:setup': ({ updateConfig }) => {
updateConfig({
vite: {
ssr: {
noExternal: ['@astrojs/node']
}
}
});
},
updateConfig({
vite: {
ssr: {
noExternal: ['@astrojs/node'],
},
},
});
},
'astro:config:done': ({ setAdapter, config }) => {
needsBuildConfig = !config.build?.server;
_options = {