@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.
@@ -453,6 +453,13 @@ var init_cluster_utils = __esm({
453
453
  }
454
454
  });
455
455
 
456
+ // src/compiler-config.ts
457
+ var init_compiler_config = __esm({
458
+ "src/compiler-config.ts"() {
459
+ "use strict";
460
+ }
461
+ });
462
+
456
463
  // src/consumption-apis/runner.ts
457
464
  import * as jose from "jose";
458
465
  var init_runner = __esm({
@@ -463,6 +470,7 @@ var init_runner = __esm({
463
470
  init_cluster_utils();
464
471
  init_sqlHelpers();
465
472
  init_internal();
473
+ init_compiler_config();
466
474
  }
467
475
  });
468
476
 
@@ -558,6 +566,7 @@ var init_internal = __esm({
558
566
  "use strict";
559
567
  init_index();
560
568
  init_commons();
569
+ init_compiler_config();
561
570
  isClientOnlyMode = () => process2.env.MOOSE_CLIENT_ONLY === "true";
562
571
  moose_internal = {
563
572
  tables: /* @__PURE__ */ new Map(),