Skip to main content
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

ooneex app:build [options]

Examples

Run from the project root to build the app module:
ooneex app:build

Options

This command takes no options.