BunAppResource Constructors
Class Constructors 1 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
name string The name of the resource. workingDirectory string The working directory for the Bun app to launch from.