@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.
@@ -662,6 +662,13 @@ var init_index = __esm({
662
662
  }
663
663
  });
664
664
 
665
+ // src/compiler-config.ts
666
+ var init_compiler_config = __esm({
667
+ "src/compiler-config.ts"() {
668
+ "use strict";
669
+ }
670
+ });
671
+
665
672
  // src/dmv2/internal.ts
666
673
  var import_process, isClientOnlyMode, moose_internal, defaultRetentionPeriod, getMooseInternal, dlqSchema, dlqColumns;
667
674
  var init_internal = __esm({
@@ -670,6 +677,7 @@ var init_internal = __esm({
670
677
  import_process = __toESM(require("process"));
671
678
  init_index();
672
679
  init_commons();
680
+ init_compiler_config();
673
681
  isClientOnlyMode = () => import_process.default.env.MOOSE_CLIENT_ONLY === "true";
674
682
  moose_internal = {
675
683
  tables: /* @__PURE__ */ new Map(),