Skip to content

Add App Hosting as an option for firebase init#7803

Merged
blidd-google merged 5 commits intomasterfrom
bl-apphosting-init
Oct 8, 2024
Merged

Add App Hosting as an option for firebase init#7803
blidd-google merged 5 commits intomasterfrom
bl-apphosting-init

Conversation

@blidd-google
Copy link
Copy Markdown
Contributor

Today, all firebase init apphosting does is write an apphosting.yaml file with default settings to the app directory.

* Set up an apphosting.yaml file for a new App Hosting project.
*/
export async function doSetup(setup: any, config: Config): Promise<void> {
const path = `apphosting.yaml`;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optional: inline?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants