mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-12 00:12:30 +02:00
fix: unblock urgent install and gateguard regressions
This commit is contained in:
parent
e0ddb331f6
commit
76b6e22b4d
19 changed files with 337 additions and 69 deletions
|
|
@ -53,11 +53,11 @@ module.exports = createInstallTargetAdapter({
|
|||
}));
|
||||
}).sort((left, right) => {
|
||||
const getPriority = value => {
|
||||
if (value === 'rules') {
|
||||
if (value === '.cursor') {
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (value === '.cursor') {
|
||||
if (value === 'rules') {
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue