Skip to content

Commit 73e47b9

Browse files
committed
fix(gemini): fix unused variable error in entrypoint template
1 parent 644d98e commit 73e47b9

File tree

1 file changed

+1
-1
lines changed
  • packages/lib/src/core/templates-entrypoint

1 file changed

+1
-1
lines changed

packages/lib/src/core/templates-entrypoint/gemini.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ if [[ -d /etc/sudoers.d ]]; then
125125
chmod 0440 /etc/sudoers.d/gemini-agent
126126
fi`
127127

128-
const renderGeminiMcpPlaywrightConfig = (config: TemplateConfig): string =>
128+
const renderGeminiMcpPlaywrightConfig = (_config: TemplateConfig): string =>
129129
String.raw`# Gemini CLI: keep Playwright MCP config in sync (TODO: Gemini CLI MCP integration format)
130130
# For now, Gemini CLI uses MCP via ~/.gemini/settings.json or command line.
131131
# We'll ensure it has the same Playwright capability as Claude/Codex once format is confirmed.`

0 commit comments

Comments
 (0)