025f627297
阶段一新增受 migration operator 保护的旧玩法表清空 procedure,暂不删除表定义。\n\n固定 63 张旧表,支持 dry-run 与事务 apply;生成 bindings;更新契约和决策记录;保留阶段二删表 TODO。\n\n已完成 cargo check、migration 测试、bindings/schema/encoding/diff 检查;本地 dry-run 返回 63 张表且全为 0 行,未执行 apply。 Reviewed-on: http://192.168.35.82/git/GenarrativeAI/Genarrative/pulls/251
14 lines
505 B
TypeScript
14 lines
505 B
TypeScript
export * from './components';
|
|
export * from './contracts/auth';
|
|
export * from './contracts/common';
|
|
export type * from './contracts/editorAudio';
|
|
export * from './contracts/editorScene';
|
|
export * from './contracts/externalGeneration';
|
|
export type * from './contracts/hyper3d';
|
|
export * from './contracts/runtime';
|
|
export * from './http';
|
|
export * from './llm/narrativeLanguage';
|
|
export * from './llm/parsers';
|
|
export * from './stores/createProfileWalletStore';
|
|
export * from './utils/signedReadUrlCache';
|