Skip to content

Commit

Permalink
Update packages/kit/src/vite/preview/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Harris <[email protected]>
  • Loading branch information
benmccann and Rich-Harris authored Jul 21, 2022
1 parent 9e6e747 commit d63510b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/kit/src/vite/preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ export async function preview(vite, config, protocol) {
const server = new Server(manifest);

return () => {
// files in `static`
vite.middlewares.use(scoped(assets, mutable(config.kit.files.assets)));

// generated client assets and the contents of `static`
vite.middlewares.use(
scoped(
Expand Down

0 comments on commit d63510b

Please sign in to comment.