@absolutejs/absolute 0.19.0-beta.773 → 0.19.0-beta.775

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.
@@ -427,9 +427,7 @@ var initDominoAdapter = (platformServer) => {
427
427
  import(resolveAngularPackage("@angular/common")),
428
428
  import(resolveAngularPackage("@angular/core"))
429
429
  ]);
430
- if (true) {
431
- core.enableProdMode();
432
- }
430
+ if (false) {}
433
431
  initDominoAdapter(platformServer);
434
432
  return {
435
433
  APP_BASE_HREF: common.APP_BASE_HREF,
@@ -1146,7 +1144,7 @@ ${contents}` : contents, normalizePostcssModule = (mod) => {
1146
1144
  const config = normalizePostcssModule(loaded);
1147
1145
  const value = typeof config === "function" ? await config({
1148
1146
  cwd: process.cwd(),
1149
- env: "test"
1147
+ env: "development"
1150
1148
  }) : config;
1151
1149
  return normalizePostcssModule(value) ?? {};
1152
1150
  }, normalizePostcssPlugins = (plugins) => {
@@ -4910,7 +4908,7 @@ var hasErrorConvention = (framework) => {
4910
4908
  var setConventions = (map) => {
4911
4909
  Reflect.set(globalThis, CONVENTIONS_KEY, map);
4912
4910
  };
4913
- var isDev = () => false;
4911
+ var isDev = () => true;
4914
4912
  var buildErrorProps = (error) => {
4915
4913
  const message = error instanceof Error ? error.message : String(error);
4916
4914
  const stack = isDev() && error instanceof Error ? error.stack : undefined;
@@ -5629,5 +5627,5 @@ export {
5629
5627
  ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
5630
5628
  };
5631
5629
 
5632
- //# debugId=18661722AE30358364756E2164756E21
5630
+ //# debugId=3C54B1884E29342664756E2164756E21
5633
5631
  //# sourceMappingURL=server.js.map