@automagik/omni 2.260617.3 → 2.260618.1

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.
@@ -4,5 +4,14 @@
4
4
  * omni start — Start API and NATS via PM2 using ~/.omni/config.json
5
5
  */
6
6
  import { Command } from 'commander';
7
+ /**
8
+ * A legacy embedded-pgserve install (created before the canonical cutover)
9
+ * cannot be served by this build — omni-api never spawns the embedded
10
+ * postmaster, so it crash-loops on "Database not ready". Legacy installs
11
+ * predate the `useCanonicalPgserve` flag, so they don't trip the API's
12
+ * PGSERVE_EMBEDDED=true guard. The signal: not committed to canonical AND an
13
+ * embedded data dir is present on disk.
14
+ */
15
+ export declare function legacyEmbeddedNeedsMigration(useCanonicalPgserve: boolean | undefined, embeddedDataPresent?: boolean): boolean;
7
16
  export declare function createStartCommand(): Command;
8
17
  //# sourceMappingURL=start.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../src/commands/start.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAyFpC,wBAAgB,kBAAkB,IAAI,OAAO,CAE5C"}
1
+ {"version":3,"file":"start.d.ts","sourceRoot":"","sources":["../../src/commands/start.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAoBpC;;;;;;;GAOG;AACH,wBAAgB,4BAA4B,CAC1C,mBAAmB,EAAE,OAAO,GAAG,SAAS,EACxC,mBAAmB,GAAE,OAAmE,GACvF,OAAO,CAET;AAwFD,wBAAgB,kBAAkB,IAAI,OAAO,CAE5C"}