1 2 3 4#! /bin/sh export BUN_INSTALL_CACHE_DIR=/tmp/bun/cache exec /opt/bun --cwd $LAMBDA_TASK_ROOT /opt/runtime.ts
1 2 3 4
#! /bin/sh export BUN_INSTALL_CACHE_DIR=/tmp/bun/cache exec /opt/bun --cwd $LAMBDA_TASK_ROOT /opt/runtime.ts