Skip to content

Commit 271fea5

Browse files
matthewpastrobot-houston
authored andcommitted
[ci] format
1 parent 660da74 commit 271fea5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • packages/integrations/cloudflare/src

packages/integrations/cloudflare/src/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,11 @@ export default function createIntegration({
175175
session,
176176
vite: {
177177
plugins: [
178-
cfVitePlugin({ ...cloudflareOptions, ...cfPluginConfig, viteEnvironment: { name: 'ssr' } }),
178+
cfVitePlugin({
179+
...cloudflareOptions,
180+
...cfPluginConfig,
181+
viteEnvironment: { name: 'ssr' },
182+
}),
179183
{
180184
name: '@astrojs/cloudflare:cf-imports',
181185
enforce: 'pre',

0 commit comments

Comments
 (0)