search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Bun Run Commands
6 bun-run entries
Limited to 100 results
bun-run Operations
Bun Run Command: Run File In Watch Mode
bun run --watch <path/to/file.ts> bun-run Operations
Bun Run Command: Run File With Specific Configuration
bun run -c <path/to/bunfig.toml> <path/to/file.ts> bun-run Operations
Bun Run Command: Run Javascript Typescript File Directly
bun run <path/to/file.ts> bun-run Operations
Bun Run Command: Run Js Ts File Directly
bun run <path/to/file.ts> bun-run HTTP
Bun Run Command: Run Script Definied In Package Json
bun run <script_name> bun-run HTTP
Bun Run Command: Run Script From Package Json
bun run <script_name>