#!/bin/sh
set -ex
export npm_config_registry=https://registry.npmmirror.com

# 显示欢迎信息和配置状态
if [ -f "welcome.sh" ]; then
  sh welcome.sh
fi
