Description
I was reading the documentation, and came across the command of bun --preload ./instrument.js app.js.
I'm currently vibe-coding a full-stack app (or for simplicity, let's just say a backend app) and I plan to bundle it using Bun's single file executable feature. However, I can't find a clean way to replicate the --preload flag's behavior within a bundled executable.
Is this unsupported, or is there a recommended way to apply instrumentation similar to the --preload ./instrument.js when bundling?