We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d64527 commit 774da7aCopy full SHA for 774da7a
build.sh
@@ -2,8 +2,11 @@
2
3
# Check if .env file exists
4
if [ ! -f .env ]; then
5
- echo "Error: .env file not found!"
6
- exit 1
+ {
+ echo "APPWRITE_PROJECT_ID=$APPWRITE_PROJECT_ID"
7
+ echo "APPWRITE_PROJECT_NAME=$APPWRITE_PROJECT_NAME"
8
+ echo "APPWRITE_PUBLIC_ENDPOINT=$APPWRITE_PUBLIC_ENDPOINT"
9
+ } >> .env
10
fi
11
12
# Read .env file and convert it to --dart-define arguments
prepare.sh
0 commit comments