mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
AudioMedia entity for loading & controlling a single audio media AudioMediaManagerService: Global audio state synchronization across tabs AudioAttachmentService + AudioAttachmentBlock for manipulating AttachmentBlock in affine - e.g., filling transcription (using mock endpoint for now) Added AudioBlock + AudioPlayer for rendering audio block in affine (new transcription block whose renderer is provided in affine) fix AF-2292 fix AF-2337
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
export const config = {
|
|
entry: {
|
|
app: './src/app/index.tsx',
|
|
shell: './src/shell/index.tsx',
|
|
backgroundWorker: './src/background-worker/index.ts',
|
|
},
|
|
};
|