Skip to content

Commit 64d187d

Browse files
committed
clarify vite file comment
1 parent 478bfc0 commit 64d187d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/src/core/adapt/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export function create_builder({
182182

183183
writeClient(dest) {
184184
return copy(`${config.kit.outDir}/output/client`, dest, {
185-
// avoid making vite files public
185+
// avoid making vite build artefacts public
186186
filter: (basename) => basename !== '.vite'
187187
});
188188
},

0 commit comments

Comments
 (0)