Skip to content
Docs Try Aspire

BunAppResource Constructors

Class Constructors 1 member
Represents a Bun app resource.
Represents a Bun app resource.
public class BunAppResource
{
public BunAppResource(
string name,
string workingDirectory)
{
// ...
}
}
name string The name of the resource.
workingDirectory string The working directory for the Bun app to launch from.