fix(build): link appbase wwwroot for get_code.dspy
This commit is contained in:
parent
756c0ac0cc
commit
e92008c52b
2
build.sh
2
build.sh
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user