ZachJW34 / nx-plus

Collection of Nx Community Plugins
MIT License
300 stars 52 forks source link

@nx-plus/nuxt - possibility to add port on project.json #279

Open schirrel opened 1 year ago

schirrel commented 1 year ago

Description

Possibility to use port on options for @nx-plus/nuxt:server or @nx-plus/nuxt:browser

Motivation

On my process i have a need of one script start the project on one port and other script on the other. Current i have to change on nuxt.config before each execution. Nuxt provide this using nuxt --port 8787 for example, if we have the option port on the options aside with browser target it already fills the need

Suggested Implementation

Alternate Implementations

I quite dont see a simpler implementation

schirrel commented 1 year ago

@ZachJW34 @BuckyMaler could you see this?