Description
When running jaspr build, the app is automatically served on port 8080. This is problematic because:
- No port configuration: Unlike
jaspr serve --port, there is no way to change the port for jaspr build, causing conflicts if 8080 is already in use.
- Inconsistency: The
--port flag exists for jaspr serve but is missing for jaspr build, which is confusing.
Description
When running
jaspr build, the app is automatically served on port8080. This is problematic because:jaspr serve --port, there is no way to change the port forjaspr build, causing conflicts if8080is already in use.--portflag exists forjaspr servebut is missing forjaspr build, which is confusing.