[ci] format

This commit is contained in:
matthewp 2022-09-20 16:39:24 +00:00 committed by fredkbot
parent ce0b92ba73
commit 666d98e3ec

View file

@ -68,7 +68,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
vite.ssr = {
...vite.ssr,
target: 'webworker'
target: 'webworker',
};
}
},