[ci] format

This commit is contained in:
matthewp 2022-10-28 18:50:00 +00:00 committed by fredkbot
parent 070da6a792
commit ff4f45b8eb

View file

@ -23,7 +23,7 @@ export default function vercelStatic(): AstroIntegration {
setAdapter(getAdapter());
_config = config;
if(config.output === 'server') {
if (config.output === 'server') {
throw new Error(`${PACKAGE_NAME} should be used with output: 'static'`);
}
},