fix: reorder hooks to resolve handleSync declaration order

This commit is contained in:
2026-04-19 14:22:26 +03:00
parent cbcd9263e0
commit cc6b55ec0f
3 changed files with 9 additions and 24 deletions

View File

@@ -66,7 +66,8 @@
"Bash(curl -sf http://localhost:8917)",
"Bash(xargs sed *)",
"Bash(sed -i -e 's/\\\\btext-slate-100\\\\b/text-secondary/g' -e s/placeholder:text-slate-700/placeholder:text-muted/g -e s/hover:text-slate-300/hover:text-secondary/g app/page.tsx)",
"Bash(sed -i 's/\\\\btext-slate-300\\\\b/text-secondary/g' app/page.tsx)"
"Bash(sed -i 's/\\\\btext-slate-300\\\\b/text-secondary/g' app/page.tsx)",
"Bash(npx tsc *)"
]
}
}