mirror of
https://github.com/oven-sh/bun
synced 2026-02-23 18:21:41 +01: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
|