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:
2828
2929In the end, your ` angular.json ` project will look like below:
3030
31- ``` js
31+ ``` json5
3232{
3333 " $schema" : " ./node_modules/@angular/cli/lib/config/schema.json" ,
3434 " version" : 1 ,
3535 " newProjectRoot" : " projects" ,
3636 " projects" : {
3737 " 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.
4444 }
4545 }
46- }
47- // ...
4846 },
47+ // ...
4948 " defaultProject" : " sample-app"
49+
5050}
5151```
5252
You can’t perform that action at this time.
0 commit comments