mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
[ci] format
This commit is contained in:
parent
8bd6b3c841
commit
30402df908
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue