Skip to content

Commit

Permalink
FIX for motor dialogs for web? Or not the fix (#4158)
Browse files Browse the repository at this point in the history
copy compoenents folder to web release
  • Loading branch information
limonspb committed Sep 6, 2024
1 parent 57d9a7e commit f0c0a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default defineConfig({
serveLocalesPlugin(),
copy({
targets: [
{ src: ["locales", "resources", "src/tabs", "src/images"], dest: "src/dist" },
{ src: ["locales", "resources", "src/tabs", "src/images", "src/components"], dest: "src/dist" },
],
hook: "writeBundle",
}),
Expand Down

0 comments on commit f0c0a98

Please sign in to comment.