From def6a06a4959788881b5730222fb493c1f3f23b4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 21 Jul 2026 17:15:28 +0800 Subject: [PATCH] fix: bricks symlink path (relative to wwwroot) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 20ad419..7b73bae 100755 --- a/build.sh +++ b/build.sh @@ -45,7 +45,7 @@ bash build.sh cd $cdir # Symlink bricks -ln -sf pkgs/bricks/dist wwwroot/bricks 2>/dev/null || true +ln -sf ../pkgs/bricks/dist wwwroot/bricks 2>/dev/null || true # Install appbase and rbac pip install -q -e pkgs/appbase