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.
Build the application by bundling the app module’s entrypoint into its dist directory.
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.