Skip to content
DocsTry Aspire
DocsTry

BunAppResource Constructors

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