1
0
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:
2022-03-23 18:46:30 +01:00
parent 649a3f4fb5
commit 60b126333d
5 changed files with 50 additions and 20 deletions

View File

@@ -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()