We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9a5b1 commit b9c1f60Copy full SHA for b9c1f60
scripts/install.sh
@@ -148,7 +148,7 @@ install_tiger() {
148
# ── Shell alias ──────────────────────────────────────────────────────────────
149
150
setup_alias() {
151
- local alias_line="alias 0pflow='npx -y --prefer-online 0pflow@dev'"
+ local alias_line="alias 0pflow='npx -y --prefer-online --loglevel=error 0pflow@dev'"
152
local alias_comment="# 0pflow CLI alias"
153
local added_to=""
154
0 commit comments