Skip to content
New issue

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

Configurable /src directory #265

Closed
ojvribeiro opened this issue Jul 8, 2024 · 0 comments · Fixed by #292
Closed

Configurable /src directory #265

ojvribeiro opened this issue Jul 8, 2024 · 0 comments · Fixed by #292
Assignees
Labels
enhancement New feature or request 🍰 nice-to-have
Milestone

Comments

@ojvribeiro
Copy link
Owner

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).

@ojvribeiro ojvribeiro added enhancement New feature or request 🍰 nice-to-have labels Jul 8, 2024
@ojvribeiro ojvribeiro self-assigned this Jul 8, 2024
@ojvribeiro ojvribeiro added this to the 0.7.0 milestone Jul 8, 2024
@ojvribeiro ojvribeiro linked a pull request Sep 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 🍰 nice-to-have
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant