File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -28,25 +28,25 @@ The schematics will do the following:
28
28
29
29
In the end, your ` angular.json ` project will look like below:
30
30
31
- ``` js
31
+ ``` json5
32
32
{
33
33
" $schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
34
34
" version" : 1 ,
35
35
" newProjectRoot" : " projects" ,
36
36
" projects" : {
37
37
" sample-app" : {
38
- // ...
39
- " deploy" : {
40
- " builder" : " @angular/fire:deploy" ,
41
- " options" : {} // Here you may find an "ssr": true option if you've
42
- // selected that you want to deploy your Angular universal project
43
- // as a firebase function.
38
+ // ...
39
+ " deploy" : {
40
+ " builder" : " @angular/fire:deploy" ,
41
+ " options" : {} // Here you may find an "ssr": true option if you've
42
+ // selected that you want to deploy your Angular universal project
43
+ // as a firebase function.
44
44
}
45
45
}
46
- }
47
- // ...
48
46
},
47
+ // ...
49
48
" defaultProject" : " sample-app"
49
+
50
50
}
51
51
```
52
52
You can’t perform that action at this time.
0 commit comments