scope the scopes

This commit is contained in:
Taylor Wilsdon
2025-08-24 11:15:11 -04:00
parent 24abf2a0f0
commit ec9a20d8a3
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ startCommand:
return {
command: 'uv',
args: args,
args: ['run', 'main.py'],
env: {
GOOGLE_OAUTH_CLIENT_ID: config.googleOauthClientId,
GOOGLE_OAUTH_CLIENT_SECRET: config.googleOauthClientSecret,