chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:30:30 +08:00
commit 914fea506e
2793 changed files with 802106 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
cp .env.example .env
PROJECT_ID=$(gcloud config get-value project)
sed -i.old "s/PROJECT_ID=.*/PROJECT_ID=$PROJECT_ID/" .env && rm .env.old
echo "Project ID set to $PROJECT_ID in .env file"
echo "Please open .env and set the LOCATION, DATA_STORE_ID, and enum values"