@absolutejs/absolute 0.19.0-beta.89 → 0.19.0-beta.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -204356,8 +204356,8 @@ var moduleServerPromise, getModuleServer = () => moduleServerPromise, parseError
204356
204356
  };
204357
204357
  let manifest;
204358
204358
  if (hasNonComponentFiles && subprocessConfig) {
204359
- const pkgDir = dirname8(dirname8(new URL(import.meta.url).pathname));
204360
- const workerPath = resolve21(pkgDir, "freshBuildWorker.js");
204359
+ const distDir = dirname8(new URL(import.meta.url).pathname);
204360
+ const workerPath = resolve21(distDir, "freshBuildWorker.js");
204361
204361
  const configJson = JSON.stringify(subprocessConfig);
204362
204362
  const proc = Bun.spawn(["bun", "run", workerPath, configJson], {
204363
204363
  cwd: process.cwd(),
@@ -205327,5 +205327,5 @@ export {
205327
205327
  ANGULAR_INIT_TIMEOUT_MS
205328
205328
  };
205329
205329
 
205330
- //# debugId=DA6D1FDFF980C08D64756E2164756E21
205330
+ //# debugId=2F782DFD89BAB86364756E2164756E21
205331
205331
  //# sourceMappingURL=index.js.map