0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
matthewp 2023-08-11 14:00:50 +00:00 committed by astrobot-houston
parent 6b57628d12
commit 6a9fb2d95d

View file

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