Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .devcontainer/post-attach.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if [ ! -f .env ]; then
echo "📝 Creating .env template..."
cp .devcontainer/env-default .env || { echo "Error creating .env"; exit 1; }
code .env || echo "ℹ️ Unable to open .env in VS Code. Please open and review the .env file manually."
code README.md
echo "⚠️ Defaults can be changed by editing the auto-generated .env file."
fi

Expand Down