refactor(devcontainer): 合并配置脚本为单一环境设置脚本
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 1m33s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m48s

This commit is contained in:
Yanhao-MBP
2025-11-18 13:41:14 +08:00
parent aa851bb920
commit bbec2a3ff9
5 changed files with 8 additions and 120 deletions

View File

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