diff options
author | 2022-06-27 21:22:26 +0000 | |
---|---|---|
committer | 2022-06-27 21:22:26 +0000 | |
commit | efd6548d498aa6dc23cbb010c708139d4eac077d (patch) | |
tree | f86bf3c03797e474a0e68dcba3371c11cbcc3807 /packages/integrations/netlify/src/integration-edge-functions.ts | |
parent | 4acd245d8f59871eb9c0083ae1a0fe7aa70c84f5 (diff) | |
download | astro-efd6548d498aa6dc23cbb010c708139d4eac077d.tar.gz astro-efd6548d498aa6dc23cbb010c708139d4eac077d.tar.zst astro-efd6548d498aa6dc23cbb010c708139d4eac077d.zip |
[ci] format
Diffstat (limited to 'packages/integrations/netlify/src/integration-edge-functions.ts')
-rw-r--r-- | packages/integrations/netlify/src/integration-edge-functions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/netlify/src/integration-edge-functions.ts b/packages/integrations/netlify/src/integration-edge-functions.ts index 17eaf8350..b3f27997d 100644 --- a/packages/integrations/netlify/src/integration-edge-functions.ts +++ b/packages/integrations/netlify/src/integration-edge-functions.ts @@ -85,7 +85,7 @@ async function bundleServerEntry(buildConfig: BuildConfig, vite: any) { external: ['@astrojs/markdown-remark'], banner: { js: SHIM, - } + }, }); // Remove chunks, if they exist. Since we have bundled via esbuild these chunks are trash. |