This repository has been archived on 2026-04-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vue-ts-example-2025/.devcontainer/onCreateCommand.d/00-setup-full-environment
T
Yanhao-MBP bbec2a3ff9
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