EmberServeSettings.

Port Property

Summary

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

Syntax

public Nullable<int> Port { get; set; }

Remarks

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

Value

Type Description
Nullable<int>