PnpmInstallSettings.

UseStoreServer Property

Summary

Starts a store server in the background. The store server will keep running after installation is done. To stop the store server, run `pnpm server stop`
Assembly
Cake.Pnpm.dll
Namespace
Cake.Pnpm.Install
Containing Type
PnpmInstallSettings

Syntax

public bool UseStoreServer { get; set; }

Value

Type Description
bool