mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: add gemini install target
This commit is contained in:
parent
f056952e50
commit
1744e1ef0e
8 changed files with 81 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ const claudeHome = require('./claude-home');
|
|||
const codebuddyProject = require('./codebuddy-project');
|
||||
const codexHome = require('./codex-home');
|
||||
const cursorProject = require('./cursor-project');
|
||||
const geminiProject = require('./gemini-project');
|
||||
const opencodeHome = require('./opencode-home');
|
||||
|
||||
const ADAPTERS = Object.freeze([
|
||||
|
|
@ -10,6 +11,7 @@ const ADAPTERS = Object.freeze([
|
|||
cursorProject,
|
||||
antigravityProject,
|
||||
codexHome,
|
||||
geminiProject,
|
||||
opencodeHome,
|
||||
codebuddyProject,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue