#2774·emdash

`export-seed` 将日志行写入标准输出,迁移它导出的数据库,并输出 `seed` 无法解析的 `$ref` 值

作者: yet2come创建于 2026年8月28日更新于 2026年9月16日

`src/cli/commands/export-seed.ts` (`dist/cli/index.mjs:1223`) prints the resolved path with `consola.info`, which writes to stdout, and the export query triggers a kysely deprecation warning that also reaches stdout.

内容来源: emdash-cms/emdash