Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and github-actions[bot] committed May 18, 2022
1 parent 2939be5 commit 43cfd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/core/build/static-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async function ssrBuild(opts: StaticBuildOptions, internals: BuildInternals, inp
entryFileNames: opts.buildConfig.serverEntry,
chunkFileNames: 'chunks/chunk.[hash].mjs',
assetFileNames: 'assets/asset.[hash][extname]',
...viteConfig.build?.rollupOptions?.output
...viteConfig.build?.rollupOptions?.output,
},
},
ssr: true,
Expand Down Expand Up @@ -223,7 +223,7 @@ async function clientBuild(
entryFileNames: 'entry.[hash].js',
chunkFileNames: 'chunks/chunk.[hash].js',
assetFileNames: 'assets/asset.[hash][extname]',
...viteConfig.build?.rollupOptions?.output
...viteConfig.build?.rollupOptions?.output,
},
preserveEntrySignatures: 'exports-only',
},
Expand Down

0 comments on commit 43cfd7e

Please sign in to comment.