mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
6b57628d12
commit
6a9fb2d95d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue