We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/src
The user should be able to configure a /src directory to place their components, pages, etc.
The config should be something like this:
export default defineVulmixConfig({ dirs: { src: '/src', } })
If nothing is defined, the default behavior should still be a flat structure (being the /src dir the same as the root dir).
The text was updated successfully, but these errors were encountered:
src
ojvribeiro
Successfully merging a pull request may close this issue.
The user should be able to configure a
/src
directory to place their components, pages, etc.The config should be something like this:
If nothing is defined, the default behavior should still be a flat structure (being the
/src
dir the same as the root dir).The text was updated successfully, but these errors were encountered: