> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ooneex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# app:build

> Build the application by bundling the app module's entrypoint into its dist directory.

Builds the application from the project root. It reads the `app` module's `package.json` for the application name and runs `bun build ./src/index.ts --outdir ./dist --target bun` in `modules/app` to produce the bundled output.

## Usage

```bash theme={null}
ooneex app:build [options]
```

## Examples

Run from the project root to build the app module:

```bash theme={null}
ooneex app:build
```

## Options

This command takes no options.
