forked from positive-js/mosaic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.firebaserc
35 lines (35 loc) · 782 Bytes
/
.firebaserc
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
{
"projects": {
"default": "mosaic-stable"
},
"targets": {
"mosaic-stable": {
"hosting": {
"stable": [
"mosaic-stable"
],
"next": [
"mosaic-next"
],
"v8": [
"mosaic-v8"
],
"v9": [
"mosaic-v9"
],
"v10": [
"mosaic-v10"
],
"v11": [
"mosaic-v11"
],
"v12": [
"mosaic-v12"
],
"v13": [
"mosaic-v13"
]
}
}
}
}