File tree Expand file tree Collapse file tree 2 files changed +35
-10
lines changed
Expand file tree Collapse file tree 2 files changed +35
-10
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments