diff options
author | 2023-10-09 17:16:02 +0000 | |
---|---|---|
committer | 2023-10-09 17:16:02 +0000 | |
commit | 90d70eb7c4ceddf7246e338100e01de7dc8756f6 (patch) | |
tree | ee868428240a349e9e7cb5e2ba727c0e583b164d /packages/integrations/cloudflare/src | |
parent | 054c5c6447d79dd4ea7ab6ce0f9ec836abebd211 (diff) | |
download | astro-90d70eb7c4ceddf7246e338100e01de7dc8756f6.tar.gz astro-90d70eb7c4ceddf7246e338100e01de7dc8756f6.tar.zst astro-90d70eb7c4ceddf7246e338100e01de7dc8756f6.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/integrations/cloudflare/src/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/integrations/cloudflare/src/index.ts b/packages/integrations/cloudflare/src/index.ts index c0da2dd74..c0af8eb14 100644 --- a/packages/integrations/cloudflare/src/index.ts +++ b/packages/integrations/cloudflare/src/index.ts @@ -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, |