Replies: 1 comment
-
ok, it is 'vite --config vite.dist_app2.js build' |
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 want to use vite.config.js to build out "dist" folder , and in the same project I want to use another file "vite_app2.config.js" to build out "dist_app2" folder.
After that, I can use backend server to sever "dist" folder as "static" path, and "dist_app2" as "static_app2" path.
How to config like that ?
Beta Was this translation helpful? Give feedback.
All reactions