@keystrokehq/platform 0.0.143 → 0.0.144
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/run.cjs +1 -1
- package/dist/run.mjs +1 -1
- package/dist/{start-B1XTyMBb.mjs → start-D3Fbs5Fg.mjs} +2 -2
- package/dist/{start-B1XTyMBb.mjs.map → start-D3Fbs5Fg.mjs.map} +1 -1
- package/dist/{start-eb5N4STA.cjs → start-DGwGOG3U.cjs} +2 -2
- package/dist/{start-eb5N4STA.cjs.map → start-DGwGOG3U.cjs.map} +1 -1
- package/dist/start.cjs +1 -1
- package/dist/start.mjs +1 -1
- package/package.json +1 -1
|
@@ -3121,7 +3121,7 @@ function withProjectRuntime() {
|
|
|
3121
3121
|
const organization = await require_dist$2.selectOrganizationById(project.organizationId);
|
|
3122
3122
|
if (!organization) return c.json({ error: "Organization not found" }, 404);
|
|
3123
3123
|
const url = require_dist$2.resolveOrgDatabaseUrl(organization);
|
|
3124
|
-
|
|
3124
|
+
return require_dist$2.runWithOrganizationScope(project.organizationId, () => require_dist$2.runWithProjectDatabase({
|
|
3125
3125
|
url,
|
|
3126
3126
|
searchPath: organization.dbSchema
|
|
3127
3127
|
}, async () => require_dist$2.runWithProjectScope(project.id, async () => require_dist$2.runWithTenantScope(project.organizationId, async () => {
|
|
@@ -3926,4 +3926,4 @@ Object.defineProperty(exports, "startPlatformServer", {
|
|
|
3926
3926
|
}
|
|
3927
3927
|
});
|
|
3928
3928
|
|
|
3929
|
-
//# sourceMappingURL=start-
|
|
3929
|
+
//# sourceMappingURL=start-DGwGOG3U.cjs.map
|