Renames all files, components, database schema, API routes, hooks, messages, and build config from "recording" to "replay" terminology. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 lines
149 B
TypeScript
5 lines
149 B
TypeScript
export * from './deleteReplaysByWebsite';
|
|
export * from './getReplayChunks';
|
|
export * from './getSessionReplays';
|
|
export * from './saveReplayChunk';
|