mirror of
https://github.com/HeyPuter/puter.git
synced 2026-08-24 23:17:23 +00:00
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:
@@ -26,6 +26,7 @@ import { PuterService } from '../types.js';
|
||||
*/
|
||||
const RECOMMENDED_APP_NAMES = [
|
||||
'app-center',
|
||||
'builder',
|
||||
'dev-center',
|
||||
'butler',
|
||||
'editor',
|
||||
|
||||
Reference in New Issue
Block a user