mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-08 12:29:54 +02:00
👌 Extra startup check for invalid config.json
- Up to 50 sites are now preloaded (up from 30) - No longer crash when invalid config.json is found (only at launch) - Added `evaluateFeatureSupport` to Valet.swift - Load configuration during launch checks instead
This commit is contained in:
@@ -76,9 +76,6 @@ extension MainMenu {
|
||||
Log.info("PHP Monitor has extracted the version number of Valet: \(Valet.shared.version!)")
|
||||
}
|
||||
|
||||
Paths.shared.detectBinaryPaths()
|
||||
|
||||
Valet.shared.loadConfiguration()
|
||||
Valet.shared.validateVersion()
|
||||
Valet.shared.startPreloadingSites()
|
||||
|
||||
|
Reference in New Issue
Block a user