bun installThe following works fine:
bun run run # bun index.tsThis works too:
bun run:compiled # bun build --compile --sourcemap index.ts --outfile=server && ./serverThis throws an error:
bun run:compiled-with-minify # bun build --compile --minify --sourcemap index.ts --outfile=server && ./serverThe Controller import has the config argument's value.