mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +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
|