@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.
@@ -535,6 +535,13 @@ var init_cluster_utils = __esm({
535
535
  }
536
536
  });
537
537
 
538
+ // src/compiler-config.ts
539
+ var init_compiler_config = __esm({
540
+ "src/compiler-config.ts"() {
541
+ "use strict";
542
+ }
543
+ });
544
+
538
545
  // src/consumption-apis/runner.ts
539
546
  import * as jose from "jose";
540
547
  var init_runner = __esm({
@@ -545,6 +552,7 @@ var init_runner = __esm({
545
552
  init_cluster_utils();
546
553
  init_sqlHelpers();
547
554
  init_internal();
555
+ init_compiler_config();
548
556
  }
549
557
  });
550
558
 
@@ -647,6 +655,7 @@ var init_internal = __esm({
647
655
  "use strict";
648
656
  init_index();
649
657
  init_commons();
658
+ init_compiler_config();
650
659
  isClientOnlyMode = () => process2.env.MOOSE_CLIENT_ONLY === "true";
651
660
  moose_internal = {
652
661
  tables: /* @__PURE__ */ new Map(),