Skip to content

Commit c990f82

Browse files
committed
🔧 create new site for playground on firebase
1 parent befc219 commit c990f82

File tree

2 files changed

+35
-10
lines changed

2 files changed

+35
-10
lines changed

.firebaserc

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"projects": {
33
"default": "box-transform-example"
4-
}
5-
}
4+
},
5+
"targets": {
6+
"box-transform-example": {
7+
"hosting": {
8+
"playground": [
9+
"box-transform-playground"
10+
],
11+
"example": [
12+
"box-transform-example"
13+
]
14+
}
15+
}
16+
},
17+
"etags": {}
18+
}

firebase.json

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
{
2-
"hosting": {
3-
"public": "packages/flutter_box_transform/example/build/web/",
4-
"ignore": [
5-
"firebase.json",
6-
"**/.*",
7-
"**/node_modules/**"
8-
]
9-
}
2+
"hosting": [
3+
{
4+
"target": "example",
5+
"public": "packages/flutter_box_transform/example/build/web/",
6+
"ignore": [
7+
"firebase.json",
8+
"**/.*",
9+
"**/node_modules/**"
10+
]
11+
},
12+
{
13+
"target": "playground",
14+
"public": "packages/flutter_box_transform/playground/build/web/",
15+
"ignore": [
16+
"firebase.json",
17+
"**/.*",
18+
"**/node_modules/**"
19+
]
20+
}
21+
]
1022
}

0 commit comments

Comments
 (0)