Skip to content

Commit 53976c9

Browse files
authored
fix order of apphosting emulator at init (#7906)
1 parent 4c9c06e commit 53976c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/emulator/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ export const IMPORT_EXPORT_EMULATORS = [
4545
];
4646

4747
export const ALL_SERVICE_EMULATORS = [
48+
...(experiments.isEnabled("emulatorapphosting") ? [Emulators.APPHOSTING] : []),
4849
Emulators.AUTH,
4950
Emulators.FUNCTIONS,
5051
Emulators.FIRESTORE,
5152
Emulators.DATABASE,
5253
Emulators.HOSTING,
53-
...(experiments.isEnabled("emulatorapphosting") ? [Emulators.APPHOSTING] : []),
5454
Emulators.PUBSUB,
5555
Emulators.STORAGE,
5656
Emulators.EVENTARC,

0 commit comments

Comments
 (0)