BunAppResource Constructors
ClassConstructors1 member
Represents a Bun app resource.
Constructor(string, string)Section titled Constructor(string, string) Represents a Bun app resource.
public class BunAppResource{ public BunAppResource( string name, string workingDirectory) { // ... }}Parameters
namestringThe name of the resource.workingDirectorystringThe working directory for the Bun app to launch from.