We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bf949 commit 85ea802Copy full SHA for 85ea802
src/frameworks/index.ts
@@ -304,7 +304,8 @@ export async function prepareFrameworks(
304
if (
305
!experiments.isEnabled("pintags") ||
306
context._name === "serve" ||
307
- context._name.startsWith("emulators:")
+ context._name === "emulators:start" ||
308
+ context._name === "emulators:exec"
309
) {
310
if (!targetNames.includes("functions")) {
311
targetNames.unshift("functions");
0 commit comments