We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478bfc0 commit 64d187dCopy full SHA for 64d187d
packages/kit/src/core/adapt/builder.js
@@ -182,7 +182,7 @@ export function create_builder({
182
183
writeClient(dest) {
184
return copy(`${config.kit.outDir}/output/client`, dest, {
185
- // avoid making vite files public
+ // avoid making vite build artefacts public
186
filter: (basename) => basename !== '.vite'
187
});
188
},
0 commit comments