diff --git a/ui/rollup.config.js b/ui/rollup.config.js index ef0b69b..cde1f49 100644 --- a/ui/rollup.config.js +++ b/ui/rollup.config.js @@ -72,13 +72,14 @@ export default { copy({ copyOnce: true, hook: "closeBundle", + verbose: true, targets: [ { src: path.join( path.dirname( require.resolve("@shoelace-style/shoelace/package.json") ), - "shoelace/dist/assets" + "dist/assets" ), dest: path.resolve(__dirname, "public/vendor/shoelace"), },