@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.
@@ -639,6 +639,13 @@ var init_index = __esm({
639
639
  }
640
640
  });
641
641
 
642
+ // src/compiler-config.ts
643
+ var init_compiler_config = __esm({
644
+ "src/compiler-config.ts"() {
645
+ "use strict";
646
+ }
647
+ });
648
+
642
649
  // src/dmv2/internal.ts
643
650
  import process2 from "process";
644
651
  var isClientOnlyMode, moose_internal, defaultRetentionPeriod, getMooseInternal, dlqSchema, dlqColumns;
@@ -647,6 +654,7 @@ var init_internal = __esm({
647
654
  "use strict";
648
655
  init_index();
649
656
  init_commons();
657
+ init_compiler_config();
650
658
  isClientOnlyMode = () => process2.env.MOOSE_CLIENT_ONLY === "true";
651
659
  moose_internal = {
652
660
  tables: /* @__PURE__ */ new Map(),