We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cc9ea commit f1292adCopy full SHA for f1292ad
CHANGELOG.md
@@ -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
@@ -7,7 +7,6 @@ import { detectStartCommand } from "./apphosting/developmentServer";
7
import { EmulatorLogger } from "./emulatorLogger";
8
import { Emulators } from "./types";
9
import { Env, maybeGenerateEmulatorYaml } from "../apphosting/config";
10
-import { detectProjectRoot } from "../detectProjectRoot";
11
import { Config } from "../config";
12
import { getProjectId } from "../projectUtils";
13
import { grantEmailsSecretAccess } from "../apphosting/secrets";
0 commit comments