Skip to content

Commit 22a59c3

Browse files
committed
chore: add play web
1 parent bf2235e commit 22a59c3

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

bccm-frontends.code-workspace

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
{
4848
"path": "../bcc-media-play/flutter",
4949
"name": "play: mobile"
50+
},
51+
{
52+
"path": "../bcc-media-play/web",
53+
"name": "play: web"
5054
}
5155
],
5256
"settings": {
@@ -58,7 +62,9 @@
5862
"graphql-config.load.rootDir": "submodules/bccm_flutter/bccm_core",
5963
"dart.lineLength": 150,
6064
"[dart]": {
61-
"editor.rulers": [150]
65+
"editor.rulers": [
66+
150
67+
]
6268
}
6369
}
64-
}
70+
}

0 commit comments

Comments
 (0)