Files
photography/frontend/bun.sh
iriver 36eec64f92
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m44s
更新 frontend/bun.sh
2025-07-08 14:06:30 +00:00

10 lines
126 B
Bash
Executable File

#!/bin/bash
# Bun环境设置脚本
# 设置bun路径
export PATH="$HOME/.bun/bin:$PATH"
# 执行传入的命令
exec "$@"