Files
photography/frontend/bun.sh
iriver a90ce51709
Some checks failed
Deploy Frontend / deploy (push) Has been cancelled
更新 frontend/bun.sh
2025-07-08 13:32:10 +00:00

9 lines
125 B
Bash
Executable File

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