Having frontend in different directory #62
-
Hi, thank you for making this great plugin. I have a couple of questions about the installation.
but I get the following error in bin/vite build.
If I create root/index.html, this error disappears, but I cannot use it because the entries are not placed correctly. How can I put the frontend in a different location than app/frontend? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi, it is possible to use a different project structure, but from the error it seems that no entrypoints were provided. By default entrypointsDir is Would you share your current project structure? It will help to understand how the app is organized. You can use the |
Beta Was this translation helpful? Give feedback.
Hi, it is possible to use a different project structure, but from the error it seems that no entrypoints were provided.
By default entrypointsDir is
'entrypoints'
, so with the config you shared you should place them infrontend/entrypoints
.Would you share your current project structure? It will help to understand how the app is organized.
You can use the
tree
utility to get the project structure.