mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +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
|