chore: ai agent config
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
@@ -9,7 +9,7 @@ if [ -z "$BIOME_PATH" ]; then
|
||||
fi
|
||||
|
||||
# Find all biome executables in node_modules
|
||||
files=$(fd biome node_modules --type executable --no-ignore --follow)
|
||||
files=$(fd biome -tx node_modules --no-ignore --hidden --follow)
|
||||
|
||||
if [ -z "$files" ]; then
|
||||
echo "No biome executables found in node_modules"
|
||||
|
||||
Reference in New Issue
Block a user