0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-10 23:01:26 -05:00

[ci] format

This commit is contained in:
matthewp 2022-10-28 18:50:00 +00:00 committed by fredkbot
parent 35cdb5634d
commit cd3fd406d8

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'`);
}
},