feat: enhance workshop VM setup and developer experience

This commit is contained in:
2025-08-17 00:39:22 +02:00
parent 7320ca5642
commit af9eac4f46
3 changed files with 54 additions and 12 deletions

View File

@@ -107,7 +107,7 @@ destroy-cloud:
cd terraform && terraform destroy -auto-approve
clean:
rm -rf result .direnv terraform/.terraform terraform/terraform.tfstate*
rm -rf result .direnv terraform/.terraform terraform/terraform.tfstate* workshop-vm.*
@echo "🧹 Cleaned up build artifacts"
opencode: