@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/build.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 = resolve20(pkgDir, "freshBuildWorker.js");
204359
+ const distDir = dirname8(new URL(import.meta.url).pathname);
204360
+ const workerPath = resolve20(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(),
@@ -204922,5 +204922,5 @@ export {
204922
204922
  build
204923
204923
  };
204924
204924
 
204925
- //# debugId=6B0796E44E22D6A764756E2164756E21
204925
+ //# debugId=6043C55BFB4ADA3C64756E2164756E21
204926
204926
  //# sourceMappingURL=build.js.map