feat(builder): add project editor

This commit is contained in:
sdarbinyan
2026-07-10 13:43:53 +04:00
parent 7161a81068
commit e2c8747fcc
50 changed files with 1656 additions and 42 deletions

View File

@@ -2,6 +2,9 @@ export interface FeatureFlagsConfig {
wishlist: boolean;
compare: boolean;
reviews: boolean;
questions: boolean;
comments: boolean;
recommendations: boolean;
blog: boolean;
chat: boolean;
analytics: boolean;