@absolutejs/absolute 0.20.0-beta.8 → 0.20.0-beta.9

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.
@@ -4319,7 +4319,15 @@ var materializeAbsoluteCapacitorWebBundle = async (options) => {
4319
4319
  productionOrigin: options.config.productionOrigin,
4320
4320
  routes: options.artifact.routes,
4321
4321
  runtime: options.artifact.runtime,
4322
- ...options.sync ? { sync: { socketTickets: true } } : {}
4322
+ ...options.sync ? {
4323
+ sync: {
4324
+ background: {
4325
+ endpoint: new URL("/__absolute/sync/background", options.config.productionOrigin).href,
4326
+ intervalMinutes: 15
4327
+ },
4328
+ socketTickets: true
4329
+ }
4330
+ } : {}
4323
4331
  };
4324
4332
  await Promise.all([
4325
4333
  writeFile10(join9(staging, MANIFEST_FILE), `${JSON.stringify(manifest, null, "\t")}
@@ -5702,5 +5710,5 @@ export {
5702
5710
  ABSOLUTE_ANDROID_RELEASE_FORMAT
5703
5711
  };
5704
5712
 
5705
- //# debugId=7AFC88B0A927AFE564756E2164756E21
5713
+ //# debugId=712D22B2B8D89AC264756E2164756E21
5706
5714
  //# sourceMappingURL=index.js.map