Add project id

This commit is contained in:
Sage 2026-01-20 16:59:00 +00:00
parent 893327f91b
commit 78927884c0

View file

@ -40,6 +40,7 @@ if [ "$1" = "py" ] && [ "$2" = "init" ]; then
# We use the named index "google" defined in uv.toml # We use the named index "google" defined in uv.toml
env.UV_INDEX_GOOGLE_USERNAME = "oauth2accesstoken"; env.UV_INDEX_GOOGLE_USERNAME = "oauth2accesstoken";
env.PROJECT_ID = "mk2-test";
enterShell = '' enterShell = ''
if ! gcloud auth print-access-token >/dev/null 2>&1; then if ! gcloud auth print-access-token >/dev/null 2>&1; then