fix: more informative placeholder for watch path

This commit is contained in:
yergom
2025-05-16 13:25:28 +00:00
parent 80e6f21840
commit c2c29dbaba
10 changed files with 16 additions and 16 deletions

View File

@@ -474,7 +474,7 @@ export const SaveGithubProvider = ({ applicationId }: Props) => {
<div className="flex gap-2">
<FormControl>
<Input
placeholder="Enter a path to watch (e.g., src/*, dist/*)"
placeholder="Enter a path to watch (e.g., src/**, dist/*.js)"
onKeyDown={(e) => {
if (e.key === "Enter") {
e.preventDefault();