-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathbraze-workspace.code-workspace
More file actions
23 lines (23 loc) · 1.16 KB
/
braze-workspace.code-workspace
File metadata and controls
23 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"folders": [
{ "name": "braze-docs", "path": "." },
{ "name": "braze-shopify-app", "path": "../braze-shopify-app" },
{ "name": "liquid", "path": "../liquid" },
{ "name": "grapesjs", "path": "../grapesjs" },
{ "name": "braze-android-sdk", "path": "../braze-android-sdk" },
{ "name": "braze-swift-sdk", "path": "../braze-swift-sdk" },
{ "name": "braze-web-sdk", "path": "../braze-web-sdk" },
{ "name": "braze-react-native-sdk", "path": "../braze-react-native-sdk" },
{ "name": "braze-flutter-sdk", "path": "../braze-flutter-sdk" },
{ "name": "braze-unity-sdk", "path": "../braze-unity-sdk" },
{ "name": "braze-unreal-sdk", "path": "../braze-unreal-sdk" },
{ "name": "braze-roku-sdk", "path": "../braze-roku-sdk" },
{ "name": "braze-cordova-sdk", "path": "../braze-cordova-sdk" },
{ "name": "braze-expo-plugin", "path": "../braze-expo-plugin" },
{ "name": "braze-xamarin-sdk", "path": "../braze-xamarin-sdk" },
{ "name": "event-replay", "path": "../event-replay" },
{ "name": "event-modeling-service", "path": "../event-modeling-service" },
{ "name": "platform", "path": "../platform" }
],
"settings": {}
}