Skip to content

Commit 2de8501

Browse files
Merge pull request #2436 from angular/docs/deploy-getting-started
docs(deploy): Update getting-started.md
2 parents c57cef4 + 41d26fb commit 2de8501

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/deploy/getting-started.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,25 @@ The schematics will do the following:
2828

2929
In 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

0 commit comments

Comments
 (0)