mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-13 08:42:31 +02:00
fix: add antigravity to platform-configs targets
Fixes #813. The platform-configs module was missing antigravity from its targets array, causing all 13+ dependent modules to be skipped when installing with --target antigravity --profile full.
This commit is contained in:
parent
a2e465c74d
commit
264396a616
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@
|
|||
"targets": [
|
||||
"claude",
|
||||
"cursor",
|
||||
"antigravity",
|
||||
"codex",
|
||||
"opencode"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue