fix: symlink path ../pkgs/rag (not ../../)
This commit is contained in:
parent
414e596254
commit
2f1eb8da6d
2
build.sh
2
build.sh
@ -49,7 +49,7 @@ ln -sf ../pkgs/rbac/wwwroot wwwroot/rbac 2>/dev/null || true
|
||||
for d in pkgs/rag/wwwroot/*/; do
|
||||
name=$(basename "$d")
|
||||
rm -rf wwwroot/$name 2>/dev/null
|
||||
ln -sf ../../pkgs/rag/wwwroot/$name wwwroot/$name
|
||||
ln -sf ../pkgs/rag/wwwroot/$name wwwroot/$name
|
||||
done
|
||||
|
||||
# Generate DDL from rag module models
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user