Skip to content

Commit f1292ad

Browse files
committed
Changelog & lint
1 parent f4cc9ea commit f1292ad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fix: Prompt to create apphosting.emulator.yaml works with backends that are not at the project.root (#8412)

src/emulator/initEmulators.ts

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { detectStartCommand } from "./apphosting/developmentServer";
77
import { EmulatorLogger } from "./emulatorLogger";
88
import { Emulators } from "./types";
99
import { Env, maybeGenerateEmulatorYaml } from "../apphosting/config";
10-
import { detectProjectRoot } from "../detectProjectRoot";
1110
import { Config } from "../config";
1211
import { getProjectId } from "../projectUtils";
1312
import { grantEmailsSecretAccess } from "../apphosting/secrets";

0 commit comments

Comments
 (0)