-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathCODEOWNERS
More file actions
48 lines (32 loc) · 1.92 KB
/
CODEOWNERS
File metadata and controls
48 lines (32 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# CLI
packages/cli/src/commands/ @Frontify/content-and-blocks @Frontify/themes-and-navigation @Frontify/developer-experience
packages/cli/src/errors/ @Frontify/content-and-blocks @Frontify/themes-and-navigation @Frontify/developer-experience
packages/cli/src/utils/ @Frontify/content-and-blocks @Frontify/themes-and-navigation @Frontify/developer-experience
packages/cli/src/utils/verifyManifest.ts @Frontify/developer-experience
packages/cli/src/utils/compiler/compilePlatformApp.ts @Frontify/developer-experience
packages/cli/src/utils/compiler/compileTheme.ts @Frontify/themes-and-navigation
packages/cli/src/utils/compiler/compileBlock.ts @Frontify/content-and-blocks
packages/cli/src/servers/blockDevelopmentServer.ts @Frontify/content-and-blocks
packages/cli/src/servers/platformAppDevelopmentServer.ts @Frontify/developer-experience
packages/cli/src/servers/themeDevelopmentServer.ts @Frontify/themes-and-navigation
## Templates
packages/cli/templates/content-block-css @Frontify/content-and-blocks
packages/cli/templates/content-block-css-modules @Frontify/content-and-blocks
packages/cli/templates/content-block-tailwind @Frontify/content-and-blocks
packages/cli/templates/platform-app-css @Frontify/developer-experience
packages/cli/templates/platform-app-css-modules @Frontify/developer-experience
packages/cli/templates/platform-app-tailwind @Frontify/developer-experience
# Blocks
packages/app-bridge @Frontify/content-and-blocks
# Platform Apps
packages/platform-app @Frontify/developer-experience
packages/app-bridge-app @Frontify/developer-experience
# Guideline Blocks Settings
packages/guideline-blocks-settings @Frontify/content-and-blocks
# Sidebar Settings
packages/sidebar-settings @Frontify/content-and-blocks @Frontify/themes-and-navigation
# App Bridge Theme
packages/app-bridge-theme @Frontify/themes-and-navigation
# Guideline Themes
packages/guideline-themes @Frontify/themes-and-navigation
CODEOWNERS @Frontify/architecture