feat(ui): new loader component; button and icon v2
This commit is contained in:
@@ -13,7 +13,7 @@ pkgs.writeShellApplication {
|
||||
|
||||
text = ''
|
||||
REPO_ROOT="$(git rev-parse --show-toplevel)"
|
||||
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/clan-app/ui/app/icons)"
|
||||
OUT_DIR="$(realpath "$REPO_ROOT"/pkgs/clan-app/ui/src/icons)"
|
||||
export OUT_DIR
|
||||
deno run --allow-all ${src}/main.ts
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user