[ci] format

This commit is contained in:
FredKSchott 2022-04-10 21:35:37 +00:00 committed by GitHub Actions
parent fbc32cf655
commit 39e0a7d757

View file

@ -6,7 +6,7 @@ export function getAdapter(): AstroAdapter {
name: '@astrojs/netlify',
serverEntrypoint: '@astrojs/netlify/netlify-functions.js',
exports: ['handler'],
args: { },
args: {},
};
}