[ci] format
This commit is contained in:
parent
5c0c6e1ac6
commit
8cf692766b
1 changed files with 8 additions and 8 deletions
|
@ -25,9 +25,9 @@ export default function createIntegration(userOptions: UserOptions): AstroIntegr
|
|||
updateConfig({
|
||||
vite: {
|
||||
ssr: {
|
||||
noExternal: ['@astrojs/node']
|
||||
}
|
||||
}
|
||||
noExternal: ['@astrojs/node'],
|
||||
},
|
||||
},
|
||||
});
|
||||
},
|
||||
'astro:config:done': ({ setAdapter, config }) => {
|
||||
|
|
Loading…
Reference in a new issue