fix(build): link appbase wwwroot for get_code.dspy

This commit is contained in:
yumoqing 2026-07-18 23:31:30 +08:00
parent 756c0ac0cc
commit e92008c52b

View File

@ -81,7 +81,7 @@ done
# 8. Link module wwwroot directories (symlinks from pkgs/)
for mod in pipeline-sdlc showcase tenant pipeline_core pipeline_ops pipeline_dist; do
for mod in pipeline-sdlc showcase tenant pipeline_core pipeline_ops pipeline_dist appbase; do
src="pkgs/$mod/wwwroot"
dst="wwwroot/$mod"
if [ -d "$src" ]; then