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 db53352 commit 792a4bbCopy full SHA for 792a4bb
src/frameworks/index.ts
@@ -305,7 +305,8 @@ export async function prepareFrameworks(
305
if (
306
!experiments.isEnabled("pintags") ||
307
context._name === "serve" ||
308
- context._name.startsWith("emulators:")
+ context._name === "emulators:start" ||
309
+ context._name === "emulators:exec"
310
) {
311
if (!targetNames.includes("functions")) {
312
targetNames.unshift("functions");
0 commit comments