Skip to content

Commit

Permalink
Firebaserc back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed May 14, 2024
1 parent d2b2562 commit 66dc43a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/schematics/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@ export interface FirebaseJSON {
functions?: FirebaseFunctionsConfig;
}

export interface FirebaseRcTarget {
hosting: Record<string, string[]>;
}

export interface FirebaseRc {
targets?: Record<string, FirebaseRcTarget>;
projects?: Record<string, string>;
}

export interface DeployBuilderSchema {
buildTarget?: string;
browserTarget?: string;
Expand Down

0 comments on commit 66dc43a

Please sign in to comment.