Skip to content

Commit

Permalink
clarify vite file comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino committed Sep 26, 2023
1 parent 478bfc0 commit 64d187d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/core/adapt/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export function create_builder({

writeClient(dest) {
return copy(`${config.kit.outDir}/output/client`, dest, {
// avoid making vite files public
// avoid making vite build artefacts public
filter: (basename) => basename !== '.vite'
});
},
Expand Down

0 comments on commit 64d187d

Please sign in to comment.