Launch agent: disable autostart without killing running app

This commit is contained in:
Peter Steinberger
2025-12-07 19:01:01 +01:00
parent 8a8ac1ffe6
commit d73d571f19
10 changed files with 1821 additions and 1761 deletions

View File

@@ -83,7 +83,9 @@
]
},
"exclude": [
"dist/**"
"dist/**",
"apps/macos/**",
"apps/macos/.build/**"
]
}
}