@514labs/moose-lib 0.6.321 → 0.6.322-ci-9-g72529e37

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.
@@ -556,6 +556,13 @@ var init_cluster_utils = __esm({
556
556
  }
557
557
  });
558
558
 
559
+ // src/compiler-config.ts
560
+ var init_compiler_config = __esm({
561
+ "src/compiler-config.ts"() {
562
+ "use strict";
563
+ }
564
+ });
565
+
559
566
  // src/consumption-apis/runner.ts
560
567
  var jose;
561
568
  var init_runner = __esm({
@@ -567,6 +574,7 @@ var init_runner = __esm({
567
574
  init_cluster_utils();
568
575
  init_sqlHelpers();
569
576
  init_internal();
577
+ init_compiler_config();
570
578
  }
571
579
  });
572
580
 
@@ -670,6 +678,7 @@ var init_internal = __esm({
670
678
  import_process = __toESM(require("process"));
671
679
  init_index();
672
680
  init_commons();
681
+ init_compiler_config();
673
682
  isClientOnlyMode = () => import_process.default.env.MOOSE_CLIENT_ONLY === "true";
674
683
  moose_internal = {
675
684
  tables: /* @__PURE__ */ new Map(),