feat(native): media capture (#9992)

This commit is contained in:
Brooooooklyn
2025-02-25 06:51:56 +00:00
parent 2ec7de7e32
commit 5dbffba08d
46 changed files with 5791 additions and 74 deletions

View File

@@ -715,6 +715,11 @@ export const PackageList = [
'tools/utils',
],
},
{
location: 'packages/frontend/media-capture-playground',
name: '@affine/media-capture-playground',
workspaceDependencies: ['packages/frontend/native'],
},
{
location: 'packages/frontend/native',
name: '@affine/native',
@@ -866,6 +871,7 @@ export type PackageName =
| '@affine/electron-api'
| '@affine/graphql'
| '@affine/i18n'
| '@affine/media-capture-playground'
| '@affine/native'
| '@affine/templates'
| '@affine/track'