intermediate

This commit is contained in:
Fabian Freund
2024-09-13 09:11:06 +02:00
parent 3b047b5d8a
commit 37d2c84d7f
155 changed files with 5666 additions and 1816 deletions
+13
View File
@@ -1,5 +1,18 @@
name: lensai_project
scripts:
build-pigeons:
exec: |
echo "Running pigeon for files in pigeons directory:"
for file in ./pigeons/*; do
if [ -f "\$file" ]; then
echo "Processing \$file"
flutter pub run pigeon --input "\$file"
fi
done
packageFilters:
dirExists: 'pigeons'
packages:
- app/
- packages/**