[ci] format
This commit is contained in:
parent
1c230f1037
commit
cac11c98be
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ function netlifyFunctions({
|
|||
}
|
||||
},
|
||||
'astro:build:done': async ({ routes, dir }) => {
|
||||
const type = builders ? 'builders' : 'functions'
|
||||
const type = builders ? 'builders' : 'functions';
|
||||
await createRedirects(_config, routes, dir, entryFile, type);
|
||||
},
|
||||
},
|
||||
|
|
|
@ -145,7 +145,7 @@ export const createExports = (manifest: SSRManifest, args: Args) => {
|
|||
return fnResponse;
|
||||
};
|
||||
|
||||
const handler = builders ? builder(myHandler) : myHandler
|
||||
const handler = builders ? builder(myHandler) : myHandler;
|
||||
|
||||
return { handler };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue