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

feat: add nx option to define the dist directory of next app #293

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

blaadje
Copy link

@blaadje blaadje commented Oct 4, 2023

Allows us to define a param as above :

// apps/showcase/project.json

"browser": {
  "executor": "@nx-plus/nuxt:browser",
  "options": {
    "buildDir": "dist/apps/showcase" // <-- here
  },
  "configurations": {
    "production": {}
  }
},

So we are more flexible on the output.

For my use case it allows me to have something like this

Screenshot 2023-10-04 at 12 02 50

@blaadje blaadje changed the title Feat add build dir option feat: add nx option to define the dist directory of next app Oct 4, 2023
@blaadje blaadje marked this pull request as ready for review October 4, 2023 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant