@keystrokehq/platform 0.0.121 → 0.0.122

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  const require_config = require("./config.cjs");
2
- const require_start = require("./start-CP-3N24R.cjs");
2
+ const require_start = require("./start-B7tYhvDm.cjs");
3
3
  //#region src/run.ts
4
4
  async function main() {
5
5
  await require_start.startPlatformServer(require_config.definePlatformConfig());
package/dist/run.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { definePlatformConfig } from "./config.mjs";
2
- import { t as startPlatformServer } from "./start-CGgykWD2.mjs";
2
+ import { t as startPlatformServer } from "./start-DfVTA4cX.mjs";
3
3
  //#region src/run.ts
4
4
  async function main() {
5
5
  await startPlatformServer(definePlatformConfig());
@@ -3184,7 +3184,8 @@ async function createApp(auth, options) {
3184
3184
  "Content-Type",
3185
3185
  "Authorization",
3186
3186
  require_dist.ACTIVE_ORG_HEADER
3187
- ]
3187
+ ],
3188
+ maxAge: 86400
3188
3189
  }));
3189
3190
  mountAuth(app, auth);
3190
3191
  app.route("/api/projects", mountWebhookRoutes());
@@ -3280,4 +3281,4 @@ Object.defineProperty(exports, "startPlatformServer", {
3280
3281
  }
3281
3282
  });
3282
3283
 
3283
- //# sourceMappingURL=start-CP-3N24R.cjs.map
3284
+ //# sourceMappingURL=start-B7tYhvDm.cjs.map