Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev authored and astrobot-houston committed Jun 27, 2022
1 parent 4acd245 commit efd6548
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/integrations/deno/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface Options {
const SHIM = `globalThis.process = {
argv: [],
env: Deno.env.toObject(),
};`
};`;

export function getAdapter(args?: Options): AstroAdapter {
return {
Expand Down Expand Up @@ -70,7 +70,7 @@ export default function createIntegration(args?: Options): AstroIntegration {
external: ['@astrojs/markdown-remark'],
banner: {
js: SHIM,
}
},
});

// Remove chunks, if they exist. Since we have bundled via esbuild these chunks are trash.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit efd6548

Please sign in to comment.