mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
4 lines
109 B
Bash
Executable File
4 lines
109 B
Bash
Executable File
#! /bin/sh
|
|
export BUN_INSTALL_CACHE_DIR=/tmp/bun/cache
|
|
exec /opt/bun --cwd $LAMBDA_TASK_ROOT /opt/runtime.ts
|