# runAsFoundryLocal

- Module: [Aspire.Hosting.Foundry](/reference/api/typescript/aspire.hosting.foundry.md)
- Version: `13.4.0-preview.1.26281.18`
- Kind: `method`
- Source: [GitHub](https://github.com/microsoft/aspire)

Adds a Foundry Local resource to the distributed application builder.

## Definition

```typescript
interface FoundryResource {
  // ... omitted for brevity
  runAsFoundryLocal(): FoundryResource
}
```

## Returns

[FoundryResource](/reference/api/typescript/aspire.hosting.foundry/foundryresource.md) `builder`

## Applies to

- [FoundryResource](/reference/api/typescript/aspire.hosting.foundry/foundryresource.md)
