Skip to content

Commit

Permalink
do not unpack every folder to build
Browse files Browse the repository at this point in the history
  • Loading branch information
drbeat committed Dec 6, 2023
1 parent 6a47117 commit 4c00107
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 @@ -7,7 +7,7 @@ export default defineConfig({
viteStaticCopy({
targets: [
{
src: './frontend/**',
src: './frontend/*',
dest: '.',
}
]
Expand Down

0 comments on commit 4c00107

Please sign in to comment.