-
Notifications
You must be signed in to change notification settings - Fork 0
/
.firebaserc
77 lines (77 loc) · 1.5 KB
/
.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"projects": {
"default": "laboiteasessions",
"laboiteasessions": "laboiteasessions",
"blog": "blog-384269",
"alr": "alr-384269",
"showcase": "showcase-384269",
"hockey": "hockey-f2b77",
"car": "car-384269",
"store": "store-384269",
"store-admin": "store-admin-384269",
"recipe": "recipe-384269",
"scanobeer": "scanobeer-384269"
},
"targets": {
"laboiteasessions": {
"hosting": {
"aot": [
"laboiteasessions"
],
"ssr": [
"laboiteasessions"
]
}
},
"scanobeer-384269": {
"hosting": {
"aot": [
"scanobeer-384269"
],
"ssr": [
"scanobeer-384269"
]
}
},
"showcase-384269": {
"hosting": {
"aot": [
"showcase-384269"
],
"ssr": [
"showcase-384269"
]
}
},
"recipe-384269": {
"hosting": {
"aot": [
"recipe-384269"
],
"ssr": [
"recipe-384269"
]
}
},
"store-384269": {
"hosting": {
"aot": [
"store-384269"
],
"ssr": [
"store-384269"
]
}
},
"store-admin-384269": {
"hosting": {
"aot": [
"store-admin-384269"
],
"ssr": [
"store-admin-384269"
]
}
}
}
}