pipely-ai 1.5.0 → 1.5.1
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -540,7 +540,7 @@ PORT=3333
|
|
|
540
540
|
}
|
|
541
541
|
|
|
542
542
|
async function loadEmbeddedPostgres(bundleDir) {
|
|
543
|
-
const epEntry = join(bundleDir, "node_modules", "embedded-postgres", "index.js");
|
|
543
|
+
const epEntry = join(bundleDir, "node_modules", "embedded-postgres", "dist", "index.js");
|
|
544
544
|
const mod = await import(pathToFileURL(epEntry).href);
|
|
545
545
|
return mod.default;
|
|
546
546
|
}
|