Add build command

This commit is contained in:
Matej Bačo 2025-03-12 10:47:07 +01:00 committed by GitHub
parent 0e067feb31
commit 7174cea597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
build.sh Normal file
View File

@ -0,0 +1,4 @@
flutter build web \
--dart-define=APPWRITE_PROJECT_ID=$APPWRITE_PROJECT_ID \
--dart-define=APPWRITE_PROJECT_NAME=$APPWRITE_PROJECT_NAME \
--dart-define=APPWRITE_PUBLIC_ENDPOINT=$APPWRITE_PUBLIC_ENDPOINT