File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff 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
116114version : v1
117115runConfig :
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
137134As long as you have the ` bundle.yaml` in this format, App Hosting will be able to deploy any framework that supports server side rendering.
You can’t perform that action at this time.
0 commit comments