将start.sh、start.bat和build-and-publish.bat移动到scripts目录下 重构build-and-publish.bat脚本,增加错误处理和详细日志
3 lines
71 B
Bash
3 lines
71 B
Bash
cd "$(dirname "$0")/.."
|
|
npm run docs:dev -- --host 0.0.0.0 --port 8888
|