Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
774da7ad6c | ||
|
|
2d645274a9 | ||
|
|
b3d927662c | ||
|
|
190cbcc0ea |
7
build.sh
7
build.sh
@@ -2,8 +2,11 @@
|
||||
|
||||
# Check if .env file exists
|
||||
if [ ! -f .env ]; then
|
||||
echo "Error: .env file not found!"
|
||||
exit 1
|
||||
{
|
||||
echo "APPWRITE_PROJECT_ID=$APPWRITE_PROJECT_ID"
|
||||
echo "APPWRITE_PROJECT_NAME=$APPWRITE_PROJECT_NAME"
|
||||
echo "APPWRITE_PUBLIC_ENDPOINT=$APPWRITE_PUBLIC_ENDPOINT"
|
||||
} >> .env
|
||||
fi
|
||||
|
||||
# Read .env file and convert it to --dart-define arguments
|
||||
|
||||
Reference in New Issue
Block a user