@514labs/moose-lib 0.6.320-ci-6-g8ee5a20d → 0.6.320-ci-4-g05309f4d

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.
@@ -550,6 +550,13 @@ var init_index = __esm({
550
550
  }
551
551
  });
552
552
 
553
+ // src/compiler-config.ts
554
+ var init_compiler_config = __esm({
555
+ "src/compiler-config.ts"() {
556
+ "use strict";
557
+ }
558
+ });
559
+
553
560
  // src/dmv2/internal.ts
554
561
  import process2 from "process";
555
562
  var isClientOnlyMode, moose_internal, defaultRetentionPeriod, getMooseInternal, dlqSchema, dlqColumns;
@@ -558,6 +565,7 @@ var init_internal = __esm({
558
565
  "use strict";
559
566
  init_index();
560
567
  init_commons();
568
+ init_compiler_config();
561
569
  isClientOnlyMode = () => process2.env.MOOSE_CLIENT_ONLY === "true";
562
570
  moose_internal = {
563
571
  tables: /* @__PURE__ */ new Map(),