diff options
author | 2023-05-16 12:03:19 +0000 | |
---|---|---|
committer | 2023-05-16 12:03:19 +0000 | |
commit | 448ec017a22b55fedf692bf49bece3cc9919218f (patch) | |
tree | b1cecc6e1b01fe84358be5fa35c28936b87f1736 /packages/integrations/cloudflare/src/index.ts | |
parent | 2a1fa09b3199ae35801dd0d02ae293198d9a7382 (diff) | |
download | astro-448ec017a22b55fedf692bf49bece3cc9919218f.tar.gz astro-448ec017a22b55fedf692bf49bece3cc9919218f.tar.zst astro-448ec017a22b55fedf692bf49bece3cc9919218f.zip |
[ci] format
Diffstat (limited to 'packages/integrations/cloudflare/src/index.ts')
-rw-r--r-- | packages/integrations/cloudflare/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/cloudflare/src/index.ts b/packages/integrations/cloudflare/src/index.ts index 56d6bc552..a1a726d13 100644 --- a/packages/integrations/cloudflare/src/index.ts +++ b/packages/integrations/cloudflare/src/index.ts @@ -98,7 +98,7 @@ export default function createIntegration(args?: Options): AstroIntegration { await esbuild.build({ target: 'es2020', platform: 'browser', - conditions: ["workerd", "worker", "browser"], + conditions: ['workerd', 'worker', 'browser'], entryPoints: [entryPath], outfile: buildPath, allowOverwrite: true, |