Files
vue-ts-example-2025/.devcontainer/onCreateCommand.d/00-setup-full-environment
Yanhao-MBP bbec2a3ff9
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 1m33s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m48s
refactor(devcontainer): 合并配置脚本为单一环境设置脚本
2025-11-18 13:41:14 +08:00

9 lines
147 B
Bash
Executable File

#!/bin/zsh -eu
# 修复 node_modules 权限问题:
sudo chown -R $(whoami):$(whoami) node_modules || true
h-setup-locale
h-setup-zsh
h-setup-bun