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 20d1e5c commit 2e19ebdCopy full SHA for 2e19ebd
2 files changed
packages/cli-v3/src/entryPoints/dev-run-worker.ts
@@ -502,8 +502,8 @@ const zodIpc = new ZodIpcConnection({
502
async () => {
503
const beforeImport = performance.now();
504
resourceCatalog.setCurrentFileContext(
505
- taskManifest.entryPoint,
506
- taskManifest.filePath
+ taskManifest.filePath,
+ taskManifest.entryPoint
507
);
508
509
// Load init file if it exists
packages/cli-v3/src/entryPoints/managed-run-worker.ts
@@ -491,8 +491,8 @@ const zodIpc = new ZodIpcConnection({
491
492
493
494
495
496
497
498
0 commit comments