Add 'builder' to recommended apps list

Include 'builder' in the RECOMMENDED_APP_NAMES array in src/backend/services/apps/RecommendedAppsService.ts so the RecommendedAppsService treats the builder app as a recommended application and surfaces it accordingly.
This commit is contained in:
Nariman Jelveh
2026-06-22 14:22:27 -07:00
parent 4bcdeefe68
commit 40c2799b06
@@ -26,6 +26,7 @@ import { PuterService } from '../types.js';
*/
const RECOMMENDED_APP_NAMES = [
'app-center',
'builder',
'dev-center',
'butler',
'editor',