@514labs/moose-lib 0.6.320-ci-6-g6656ed59 → 0.6.321-ci-8-g6956014f

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