Skip to content

Commit c60eb30

Browse files
committed
format as yaml for readability
1 parent d10a5b6 commit c60eb30

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,9 @@ interface Metadata {
108108
| `framework` | `string` | Name of the framework that is being supported | y |
109109
| `frameworkVersion` | `string` |Version of the framework that is being supported | n |
110110

111-
Here is a sample `bundle.yaml` file putting all this together:
112-
113-
```
114-
> cat .apphosting/bundle.yaml
111+
Here is a sample `.apphosting/bundle.yaml` file putting all this together:
115112

113+
```yaml
116114
version: v1
117115
runConfig:
118116
runCommand: 'node dist/index.js'
@@ -131,7 +129,6 @@ metadata:
131129
adapterVersion: 12.0.0
132130
framework: framework-name
133131
frameworkVersion: 1.0.0
134-
135132
```
136133
137134
As long as you have the `bundle.yaml` in this format, App Hosting will be able to deploy any framework that supports server side rendering.

0 commit comments

Comments
 (0)