feat: group ui related packages under a ui directory

This commit is contained in:
Brian McGee
2025-05-15 10:08:31 +01:00
parent f2464af5a5
commit faf8689ab1
186 changed files with 24055 additions and 29 deletions

View File

@@ -13,7 +13,7 @@ pkgs.writeShellApplication {
text = ''
REPO_ROOT="$(git rev-parse --show-toplevel)"
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/webview-ui/app/icons)"
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/ui/webview-ui/app/icons)"
export OUT_DIR
deno run --allow-all ${src}/main.ts
'';