You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ App Hosting provides configuration-free build and deploy support for Web apps de
7
7
* Next.js 13+
8
8
* Angular 17.2+
9
9
10
-
This repo holds the code for the adapters that enable support for these frameworks. At a high level these adapters transform framework specific configurations into an [output bundle spec](#app-hosting-output-bundle) that App Hosting is able to process and configure frameworks support. For more information see our [Framework integration](https://firebase.google.com/docs/app-hosting/about-app-hosting#frameworks).
10
+
This repo holds the code for the adapters that enable support for these frameworks. At a high level these adapters transform framework specific configurations into an [output bundle spec](#app-hosting-output-bundle) that App Hosting can use to configure frameworks support. For more information see our [Framework integration](https://firebase.google.com/docs/app-hosting/about-app-hosting#frameworks).
11
11
12
12
## App Hosting output bundle
13
13
@@ -21,13 +21,13 @@ NOTE: App Hosting technically supports all all node applications, but no custom
21
21
22
22
## Output bundle Schema
23
23
24
-
The output bundle all lives inside a single file:
24
+
The output bundle is contained in a single file:
25
25
26
26
```shell
27
27
.apphosting/bundle.yaml
28
28
```
29
29
30
-
As long as this file exists and follows the schema App Hosting will be able to process the build properly.
30
+
As long as this file exists and follows the schema, App Hosting will be able to process the build properly.
31
31
32
32
The schema can also be found in [source](https://github.com/FirebaseExtended/firebase-framework-tools/blob/main/packages/%40apphosting/common/src/index.ts#L4)
0 commit comments