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 2023-08-11 14:00:50 +00:00 committed by astrobot-houston
parent 8bd6b3c841
commit 30402df908

View file

@ -30,7 +30,7 @@ export async function copyDependenciesToFunction({
base: fileURLToPath(base),
// If you have a route of /dev this appears in source and NFT will try to
// scan your local /dev :8
ignore: ['/dev/**']
ignore: ['/dev/**'],
});
for (const error of result.warnings) {