[ci] format
This commit is contained in:
parent
e85b16e2b3
commit
9fcac8e551
1 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ export default function (): AstroIntegration {
|
|||
vite.ssr.noExternal = [];
|
||||
}
|
||||
if (Array.isArray(vite.ssr.noExternal)) {
|
||||
vite.ssr.noExternal.push('lit')
|
||||
vite.ssr.noExternal.push('lit');
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue