[ci] format

This commit is contained in:
alexanderniebuhr 2023-10-09 17:16:02 +00:00 committed by astrobot-houston
parent 054c5c6447
commit 90d70eb7c4

View file

@ -290,7 +290,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:stream',
'node:string_decoder',
'node:util',
'cloudflare:*'
'cloudflare:*',
],
entryPoints: pathsGroup,
outbase: absolutePagesDirname,
@ -372,7 +372,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
'node:stream',
'node:string_decoder',
'node:util',
'cloudflare:*'
'cloudflare:*',
],
entryPoints: [entryPath],
outfile: buildPath,