Is there a way to exclude files from serverAssets directory? #2682
Closed
siddiquipro
started this conversation in
General
Replies: 1 comment
-
I found the fix in [#2302] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some files which gets bundled up from vite and i just want to keep index.html in serverAssets. By using the dist folder as the serverAssets directory it keeps all the files from the dist and it increases the bundled size.
Is there a way to exclude sub directories or just include some file pattern?
Beta Was this translation helpful? Give feedback.
All reactions