EmberServeSettings.

Port Property

Summary

Gets or sets a value to use for the port to host website on.
Namespace
Cake.Ember.Serve
Containing Type
EmberServeSettings

Syntax

public int? Port { get; set; }

Remarks

Default is 4200. Pass 0 to automatically pick an available port.

Value

Type Description
int?
GitHub