Skip to content

Commit

Permalink
Fixed empty root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Dec 26, 2024
1 parent a7502dd commit 2bea7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/piral-cli-vite5/src/vite6/pilet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const handler: PiletBuildHandler = {

checkSupported(schema);

const config = createCommonConfig('', options.outDir, options.develop, options.sourceMaps, options.minify, {});
const config = createCommonConfig(options.root, options.outDir, options.develop, options.sourceMaps, options.minify, {});

return runVite({
...config,
Expand Down

0 comments on commit 2bea7c3

Please sign in to comment.